Html Css Color HEX #BF75CE Medium Orchid

📋 copy color: '#BF75CE'

red 191 ◦ green 117 ◦ blue 206

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

Shades of Medium Orchid #BF75CE

Tints of Medium Orchid #BF75CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.76%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 37.16%
G = 22.76%
B = 40.08%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF75CE (or 0xBF75CE) is known color: Medium Orchid. HEX triplet: BF, 75 and CE. RGB value is (191,117,206). Sum of RGB (Red+Green+Blue) = 191+117+206=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75CE is #408A31. Grayscale: #949494. Windows color (decimal): -4229682 or 13530559. OLE color: 13530559.

HSL color Cylindrical-coordinate representation of color #BF75CE: hue angle of 289.89º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF75CE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 117 206 -
CMYK 0.07 0.43 0 0.19
HSL 289.89º 0.48% 0.63% -
HSV(B) 289.89º 0.43% 0.81% -
XYZ 38.99 28.26 61.79 -
YUV 149.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 191 117 206 0.07 0.43 0 0.19 289.89 0.48 0.63
Hex BF 75 CE 7 2B 0 13 122 30 3F
Octal 277 165 316 7 53 0 23 442 60 77
Binary 10111111 1110101 11001110 111 101011 0 10011 100100010 110000 111111

Color Harmonies of #BF75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75CE

Black with #BF75CE

Text Example


Text Example

White with #BF75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75CE; }

 p { color: rgb(191,117,206); }

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

background-color css

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

 a { background-color: rgb(191,117,206); }

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

border-color css

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

 span { border-color: rgb(191,117,206); }

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