Html Css Color HEX #BF72D8 Medium Orchid

📋 copy color: '#BF72D8'

red 191 ◦ green 114 ◦ blue 216

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

Shades of Medium Orchid #BF72D8

Tints of Medium Orchid #BF72D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 36.66%
G = 21.88%
B = 41.46%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF72D8 (or 0xBF72D8) is known color: Medium Orchid. HEX triplet: BF, 72 and D8. RGB value is (191,114,216). Sum of RGB (Red+Green+Blue) = 191+114+216=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72D8 is #408D27. Grayscale: #949494. Windows color (decimal): -4230440 or 14185151. OLE color: 14185151.

HSL color Cylindrical-coordinate representation of color #BF72D8: hue angle of 285.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF72D8 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 114 216 -
CMYK 0.12 0.47 0 0.15
HSL 285.29º 0.57% 0.65% -
HSV(B) 285.29º 0.47% 0.85% -
XYZ 39.9 28.07 68.28 -
YUV 148.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 191 114 216 0.12 0.47 0 0.15 285.29 0.57 0.65
Hex BF 72 D8 C 2F 0 F 11D 39 41
Octal 277 162 330 14 57 0 17 435 71 101
Binary 10111111 1110010 11011000 1100 101111 0 1111 100011101 111001 1000001

Color Harmonies of #BF72D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72D8

Black with #BF72D8

Text Example


Text Example

White with #BF72D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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