Html Css Color HEX #BF6BCD Medium Orchid

📋 copy color: '#BF6BCD'

red 191 ◦ green 107 ◦ blue 205

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

Shades of Medium Orchid #BF6BCD

Tints of Medium Orchid #BF6BCD

RGB

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

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

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

R = 37.97%
G = 21.27%
B = 40.76%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF6BCD (or 0xBF6BCD) is known color: Medium Orchid. HEX triplet: BF, 6B and CD. RGB value is (191,107,205). Sum of RGB (Red+Green+Blue) = 191+107+205=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BCD is #409432. Grayscale: #8E8E8E. Windows color (decimal): -4232243 or 13462463. OLE color: 13462463.

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

Color convert

RGB 191 107 205 -
CMYK 0.07 0.48 0 0.20
HSL 291.43º 0.49% 0.61% -
HSV(B) 291.43º 0.48% 0.8% -
XYZ 37.76 26 60.79 -
YUV 143.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 191 107 205 0.07 0.48 0 0.20 291.43 0.49 0.61
Hex BF 6B CD 7 30 0 14 123 31 3D
Octal 277 153 315 7 60 0 24 443 61 75
Binary 10111111 1101011 11001101 111 110000 0 10100 100100011 110001 111101

Color Harmonies of #BF6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BCD

Black with #BF6BCD

Text Example


Text Example

White with #BF6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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