Html Css Color HEX #BF6CCB Medium Orchid

📋 copy color: '#BF6CCB'

red 191 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #BF6CCB

Tints of Medium Orchid #BF6CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 38.05%
G = 21.51%
B = 40.44%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF6CCB (or 0xBF6CCB) is known color: Medium Orchid. HEX triplet: BF, 6C and CB. RGB value is (191,108,203). Sum of RGB (Red+Green+Blue) = 191+108+203=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CCB is #409334. Grayscale: #8F8F8F. Windows color (decimal): -4231989 or 13331647. OLE color: 13331647.

HSL color Cylindrical-coordinate representation of color #BF6CCB: hue angle of 292.42º 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 #BF6CCB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 108 203 -
CMYK 0.06 0.47 0 0.20
HSL 292.42º 0.48% 0.61% -
HSV(B) 292.42º 0.47% 0.8% -
XYZ 37.63 26.11 59.56 -
YUV 143.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 191 108 203 0.06 0.47 0 0.20 292.42 0.48 0.61
Hex BF 6C CB 6 2F 0 14 124 30 3D
Octal 277 154 313 6 57 0 24 444 60 75
Binary 10111111 1101100 11001011 110 101111 0 10100 100100100 110000 111101

Color Harmonies of #BF6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CCB

Black with #BF6CCB

Text Example


Text Example

White with #BF6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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