Html Css Color HEX #BF6FCD Medium Orchid

📋 copy color: '#BF6FCD'

red 191 ◦ green 111 ◦ blue 205

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

Shades of Medium Orchid #BF6FCD

Tints of Medium Orchid #BF6FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 37.67%
G = 21.89%
B = 40.43%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF6FCD (or 0xBF6FCD) is known color: Medium Orchid. HEX triplet: BF, 6F and CD. RGB value is (191,111,205). Sum of RGB (Red+Green+Blue) = 191+111+205=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FCD is #409032. Grayscale: #919191. Windows color (decimal): -4231219 or 13463487. OLE color: 13463487.

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

Color convert

RGB 191 111 205 -
CMYK 0.07 0.46 0 0.20
HSL 291.06º 0.48% 0.62% -
HSV(B) 291.06º 0.46% 0.8% -
XYZ 38.19 26.85 60.93 -
YUV 145.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 191 111 205 0.07 0.46 0 0.20 291.06 0.48 0.62
Hex BF 6F CD 7 2E 0 14 123 30 3E
Octal 277 157 315 7 56 0 24 443 60 76
Binary 10111111 1101111 11001101 111 101110 0 10100 100100011 110000 111110

Color Harmonies of #BF6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FCD

Black with #BF6FCD

Text Example


Text Example

White with #BF6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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