Html Css Color HEX #BF45CC Medium Orchid

📋 copy color: '#BF45CC'

red 191 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #BF45CC

Tints of Medium Orchid #BF45CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 41.16%
G = 14.87%
B = 43.97%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF45CC (or 0xBF45CC) is known color: Medium Orchid. HEX triplet: BF, 45 and CC. RGB value is (191,69,204). Sum of RGB (Red+Green+Blue) = 191+69+204=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45CC is #40BA33. Grayscale: #787878. Windows color (decimal): -4241972 or 13387199. OLE color: 13387199.

HSL color Cylindrical-coordinate representation of color #BF45CC: hue angle of 294.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF45CC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 69 204 -
CMYK 0.06 0.66 0 0.2
HSL 294.22º 0.57% 0.54% -
HSV(B) 294.22º 0.66% 0.8% -
XYZ 34.51 19.69 59.11 -
YUV 120.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 191 69 204 0.06 0.66 0 0.2 294.22 0.57 0.54
Hex BF 45 CC 6 42 0 14 126 39 36
Octal 277 105 314 6 102 0 24 446 71 66
Binary 10111111 1000101 11001100 110 1000010 0 10100 100100110 111001 110110

Color Harmonies of #BF45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF45CC

Black with #BF45CC

Text Example


Text Example

White with #BF45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF45CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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