Html Css Color HEX #BF73CE Medium Orchid

📋 copy color: '#BF73CE'

red 191 ◦ green 115 ◦ blue 206

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

Shades of Medium Orchid #BF73CE

Tints of Medium Orchid #BF73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

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

R = 37.3%
G = 22.46%
B = 40.23%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF73CE (or 0xBF73CE) is known color: Medium Orchid. HEX triplet: BF, 73 and CE. RGB value is (191,115,206). Sum of RGB (Red+Green+Blue) = 191+115+206=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73CE is #408C31. Grayscale: #939393. Windows color (decimal): -4230194 or 13530047. OLE color: 13530047.

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

Color convert

RGB 191 115 206 -
CMYK 0.07 0.44 0 0.19
HSL 290.11º 0.48% 0.63% -
HSV(B) 290.11º 0.44% 0.81% -
XYZ 38.76 27.79 61.71 -
YUV 148.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 191 115 206 0.07 0.44 0 0.19 290.11 0.48 0.63
Hex BF 73 CE 7 2C 0 13 122 30 3F
Octal 277 163 316 7 54 0 23 442 60 77
Binary 10111111 1110011 11001110 111 101100 0 10011 100100010 110000 111111

Color Harmonies of #BF73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73CE

Black with #BF73CE

Text Example


Text Example

White with #BF73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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