Html Css Color HEX #BF6BCC Medium Orchid

📋 copy color: '#BF6BCC'

red 191 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #BF6BCC

Tints of Medium Orchid #BF6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 38.05%
G = 21.31%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF6BCC (or 0xBF6BCC) is known color: Medium Orchid. HEX triplet: BF, 6B and CC. RGB value is (191,107,204). Sum of RGB (Red+Green+Blue) = 191+107+204=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BCC is #409433. Grayscale: #8E8E8E. Windows color (decimal): -4232244 or 13396927. OLE color: 13396927.

HSL color Cylindrical-coordinate representation of color #BF6BCC: hue angle of 291.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6BCC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 107 204 -
CMYK 0.06 0.48 0 0.2
HSL 291.96º 0.49% 0.61% -
HSV(B) 291.96º 0.48% 0.8% -
XYZ 37.64 25.95 60.15 -
YUV 143.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 191 107 204 0.06 0.48 0 0.2 291.96 0.49 0.61
Hex BF 6B CC 6 30 0 14 124 31 3D
Octal 277 153 314 6 60 0 24 444 61 75
Binary 10111111 1101011 11001100 110 110000 0 10100 100100100 110001 111101

Color Harmonies of #BF6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BCC

Black with #BF6BCC

Text Example


Text Example

White with #BF6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BCC; }

 p { color: rgb(191,107,204); }

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

background-color css

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

 a { background-color: rgb(191,107,204); }

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

border-color css

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

 span { border-color: rgb(191,107,204); }

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