Html Css Color HEX #BF6FCC Medium Orchid

📋 copy color: '#BF6FCC'

red 191 ◦ green 111 ◦ blue 204

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

Shades of Medium Orchid #BF6FCC

Tints of Medium Orchid #BF6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

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

R = 37.75%
G = 21.94%
B = 40.32%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF6FCC (or 0xBF6FCC) is known color: Medium Orchid. HEX triplet: BF, 6F and CC. RGB value is (191,111,204). Sum of RGB (Red+Green+Blue) = 191+111+204=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FCC is #409033. Grayscale: #919191. Windows color (decimal): -4231220 or 13397951. OLE color: 13397951.

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

Color convert

RGB 191 111 204 -
CMYK 0.06 0.46 0 0.2
HSL 291.61º 0.48% 0.62% -
HSV(B) 291.61º 0.46% 0.8% -
XYZ 38.07 26.8 60.29 -
YUV 145.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 191 111 204 0.06 0.46 0 0.2 291.61 0.48 0.62
Hex BF 6F CC 6 2E 0 14 124 30 3E
Octal 277 157 314 6 56 0 24 444 60 76
Binary 10111111 1101111 11001100 110 101110 0 10100 100100100 110000 111110

Color Harmonies of #BF6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FCC

Black with #BF6FCC

Text Example


Text Example

White with #BF6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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