Html Css Color HEX #B970DB Medium Orchid

📋 copy color: '#B970DB'

red 185 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #B970DB

Tints of Medium Orchid #B970DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 35.85%
G = 21.71%
B = 42.44%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B970DB (or 0xB970DB) is known color: Medium Orchid. HEX triplet: B9, 70 and DB. RGB value is (185,112,219). Sum of RGB (Red+Green+Blue) = 185+112+219=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B970DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970DB is #468F24. Grayscale: #919191. Windows color (decimal): -4624165 or 14381241. OLE color: 14381241.

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

Color convert

RGB 185 112 219 -
CMYK 0.16 0.49 0 0.14
HSL 280.93º 0.6% 0.65% -
HSV(B) 280.93º 0.49% 0.86% -
XYZ 38.59 27.02 70.2 -
YUV 146.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 185 112 219 0.16 0.49 0 0.14 280.93 0.6 0.65
Hex B9 70 DB 10 31 0 E 119 3C 41
Octal 271 160 333 20 61 0 16 431 74 101
Binary 10111001 1110000 11011011 10000 110001 0 1110 100011001 111100 1000001

Color Harmonies of #B970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970DB

Black with #B970DB

Text Example


Text Example

White with #B970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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