Html Css Color HEX #B972DA Medium Orchid

📋 copy color: '#B972DA'

red 185 ◦ green 114 ◦ blue 218

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

Shades of Medium Orchid #B972DA

Tints of Medium Orchid #B972DA

RGB

 RED value IS 185 (72.66% from 255) = 35.78%

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

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

R = 35.78%
G = 22.05%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B972DA (or 0xB972DA) is known color: Medium Orchid. HEX triplet: B9, 72 and DA. RGB value is (185,114,218). Sum of RGB (Red+Green+Blue) = 185+114+218=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B972DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DA is #468D25. Grayscale: #929292. Windows color (decimal): -4623654 or 14316217. OLE color: 14316217.

HSL color Cylindrical-coordinate representation of color #B972DA: hue angle of 280.96º 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 #B972DA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 114 218 -
CMYK 0.15 0.48 0 0.15
HSL 280.96º 0.58% 0.65% -
HSV(B) 280.96º 0.48% 0.85% -
XYZ 38.68 27.41 69.58 -
YUV 147.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 185 114 218 0.15 0.48 0 0.15 280.96 0.58 0.65
Hex B9 72 DA F 30 0 F 119 3A 41
Octal 271 162 332 17 60 0 17 431 72 101
Binary 10111001 1110010 11011010 1111 110000 0 1111 100011001 111010 1000001

Color Harmonies of #B972DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972DA

Black with #B972DA

Text Example


Text Example

White with #B972DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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