Html Css Color HEX #BF62CF Medium Orchid

📋 copy color: '#BF62CF'

red 191 ◦ green 98 ◦ blue 207

#BF62CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF62CF

Tints of Medium Orchid #BF62CF

RGB

 RED value IS 191 (75% from 255) = 38.51%

 GREEN value IS 98 (38.67% from 255) = 19.76%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 38.51%
G = 19.76%
B = 41.73%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF62CF (or 0xBF62CF) is known color: Medium Orchid. HEX triplet: BF, 62 and CF. RGB value is (191,98,207). Sum of RGB (Red+Green+Blue) = 191+98+207=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62CF is #409D30. Grayscale: #898989. Windows color (decimal): -4234545 or 13591231. OLE color: 13591231.

HSL color Cylindrical-coordinate representation of color #BF62CF: hue angle of 291.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF62CF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 98 207 -
CMYK 0.08 0.53 0 0.19
HSL 291.19º 0.53% 0.6% -
HSV(B) 291.19º 0.53% 0.81% -
XYZ 37.12 24.32 61.77 -
YUV 138.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 191 98 207 0.08 0.53 0 0.19 291.19 0.53 0.6
Hex BF 62 CF 8 35 0 13 123 35 3C
Octal 277 142 317 10 65 0 23 443 65 74
Binary 10111111 1100010 11001111 1000 110101 0 10011 100100011 110101 111100

Color Harmonies of #BF62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62CF

Black with #BF62CF

Text Example


Text Example

White with #BF62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62CF; }

 p { color: rgb(191,98,207); }

 H1.HeaderClassName
 {
   color: #BF62CF;
 }
 .AnyTagClassName
 {
   color: #BF62CF;
 }
</style>

background-color css

<style>
 a { background-color: #BF62CF; }

 a { background-color: rgb(191,98,207); }

 div.DivClassName
 {
   background-color: #BF62CF;
 }
 .BgClassName
 {
   background-color: #BF62CF;
 }
</style>

border-color css

<style>
 span { border-color: #BF62CF; }

 span { border-color: rgb(191,98,207); }

 td.TdClassName
 {
   border-color: #BF62CF;
 }
 .TagClassName
 {
   border-color: #BF62CF;
 }
</style>