Html Css Color HEX #BF72DA Medium Orchid

📋 copy color: '#BF72DA'

red 191 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #BF72DA

Tints of Medium Orchid #BF72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 36.52%
G = 21.8%
B = 41.68%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF72DA (or 0xBF72DA) is known color: Medium Orchid. HEX triplet: BF, 72 and DA. RGB value is (191,114,218). Sum of RGB (Red+Green+Blue) = 191+114+218=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72DA is #408D25. Grayscale: #949494. Windows color (decimal): -4230438 or 14316223. OLE color: 14316223.

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

Color convert

RGB 191 114 218 -
CMYK 0.12 0.48 0 0.15
HSL 284.42º 0.58% 0.65% -
HSV(B) 284.42º 0.48% 0.85% -
XYZ 40.16 28.17 69.65 -
YUV 148.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 191 114 218 0.12 0.48 0 0.15 284.42 0.58 0.65
Hex BF 72 DA C 30 0 F 11C 3A 41
Octal 277 162 332 14 60 0 17 434 72 101
Binary 10111111 1110010 11011010 1100 110000 0 1111 100011100 111010 1000001

Color Harmonies of #BF72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72DA

Black with #BF72DA

Text Example


Text Example

White with #BF72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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