Html Css Color HEX #B970DD Medium Orchid

📋 copy color: '#B970DD'

red 185 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #B970DD

Tints of Medium Orchid #B970DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.62%

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

R = 35.71%
G = 21.62%
B = 42.66%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B970DD (or 0xB970DD) is known color: Medium Orchid. HEX triplet: B9, 70 and DD. RGB value is (185,112,221). Sum of RGB (Red+Green+Blue) = 185+112+221=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B970DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970DD is #468F22. Grayscale: #919191. Windows color (decimal): -4624163 or 14512313. OLE color: 14512313.

HSL color Cylindrical-coordinate representation of color #B970DD: hue angle of 280.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B970DD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 112 221 -
CMYK 0.16 0.49 0 0.13
HSL 280.18º 0.62% 0.65% -
HSV(B) 280.18º 0.49% 0.87% -
XYZ 38.85 27.12 71.59 -
YUV 146.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 185 112 221 0.16 0.49 0 0.13 280.18 0.62 0.65
Hex B9 70 DD 10 31 0 D 118 3E 41
Octal 271 160 335 20 61 0 15 430 76 101
Binary 10111001 1110000 11011101 10000 110001 0 1101 100011000 111110 1000001

Color Harmonies of #B970DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970DD

Black with #B970DD

Text Example


Text Example

White with #B970DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970DD; }

 p { color: rgb(185,112,221); }

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

background-color css

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

 a { background-color: rgb(185,112,221); }

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

border-color css

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

 span { border-color: rgb(185,112,221); }

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