Html Css Color HEX #BF6CCC Medium Orchid

📋 copy color: '#BF6CCC'

red 191 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #BF6CCC

Tints of Medium Orchid #BF6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 37.97%
G = 21.47%
B = 40.56%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF6CCC (or 0xBF6CCC) is known color: Medium Orchid. HEX triplet: BF, 6C and CC. RGB value is (191,108,204). Sum of RGB (Red+Green+Blue) = 191+108+204=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCC is #409333. Grayscale: #8F8F8F. Windows color (decimal): -4231988 or 13397183. OLE color: 13397183.

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

Color convert

RGB 191 108 204 -
CMYK 0.06 0.47 0 0.2
HSL 291.88º 0.48% 0.61% -
HSV(B) 291.88º 0.47% 0.8% -
XYZ 37.75 26.16 60.19 -
YUV 143.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 191 108 204 0.06 0.47 0 0.2 291.88 0.48 0.61
Hex BF 6C CC 6 2F 0 14 124 30 3D
Octal 277 154 314 6 57 0 24 444 60 75
Binary 10111111 1101100 11001100 110 101111 0 10100 100100100 110000 111101

Color Harmonies of #BF6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CCC

Black with #BF6CCC

Text Example


Text Example

White with #BF6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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