Html Css Color HEX #BF72DD Medium Orchid

📋 copy color: '#BF72DD'

red 191 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #BF72DD

Tints of Medium Orchid #BF72DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.67%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 36.31%
G = 21.67%
B = 42.02%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF72DD (or 0xBF72DD) is known color: Medium Orchid. HEX triplet: BF, 72 and DD. RGB value is (191,114,221). Sum of RGB (Red+Green+Blue) = 191+114+221=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72DD is #408D22. Grayscale: #949494. Windows color (decimal): -4230435 or 14512831. OLE color: 14512831.

HSL color Cylindrical-coordinate representation of color #BF72DD: hue angle of 283.18º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF72DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 114 221 -
CMYK 0.14 0.48 0 0.13
HSL 283.18º 0.61% 0.66% -
HSV(B) 283.18º 0.48% 0.87% -
XYZ 40.55 28.33 71.74 -
YUV 149.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 191 114 221 0.14 0.48 0 0.13 283.18 0.61 0.66
Hex BF 72 DD E 30 0 D 11B 3D 42
Octal 277 162 335 16 60 0 15 433 75 102
Binary 10111111 1110010 11011101 1110 110000 0 1101 100011011 111101 1000010

Color Harmonies of #BF72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72DD

Black with #BF72DD

Text Example


Text Example

White with #BF72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72DD; }

 p { color: rgb(191,114,221); }

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

background-color css

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

 a { background-color: rgb(191,114,221); }

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

border-color css

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

 span { border-color: rgb(191,114,221); }

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