Html Css Color HEX #BF45CE Medium Orchid

📋 copy color: '#BF45CE'

red 191 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #BF45CE

Tints of Medium Orchid #BF45CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

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

R = 40.99%
G = 14.81%
B = 44.21%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF45CE (or 0xBF45CE) is known color: Medium Orchid. HEX triplet: BF, 45 and CE. RGB value is (191,69,206). Sum of RGB (Red+Green+Blue) = 191+69+206=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF45CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45CE is #40BA31. Grayscale: #787878. Windows color (decimal): -4241970 or 13518271. OLE color: 13518271.

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

Color convert

RGB 191 69 206 -
CMYK 0.07 0.67 0 0.19
HSL 293.43º 0.58% 0.54% -
HSV(B) 293.43º 0.67% 0.81% -
XYZ 34.75 19.79 60.38 -
YUV 121.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 191 69 206 0.07 0.67 0 0.19 293.43 0.58 0.54
Hex BF 45 CE 7 43 0 13 125 3A 36
Octal 277 105 316 7 103 0 23 445 72 66
Binary 10111111 1000101 11001110 111 1000011 0 10011 100100101 111010 110110

Color Harmonies of #BF45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF45CE

Black with #BF45CE

Text Example


Text Example

White with #BF45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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