Html Css Color HEX #B930DB Dark Orchid

📋 copy color: '#B930DB'

red 185 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #B930DB

Tints of Dark Orchid #B930DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.62%

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

R = 40.93%
G = 10.62%
B = 48.45%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B930DB (or 0xB930DB) is known color: Dark Orchid. HEX triplet: B9, 30 and DB. RGB value is (185,48,219). Sum of RGB (Red+Green+Blue) = 185+48+219=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #B930DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930DB is #46CF24. Grayscale: #6B6B6B. Windows color (decimal): -4640549 or 14364857. OLE color: 14364857.

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

Color convert

RGB 185 48 219 -
CMYK 0.16 0.78 0 0.14
HSL 288.07º 0.7% 0.52% -
HSV(B) 288.07º 0.78% 0.86% -
XYZ 33.85 17.54 68.62 -
YUV 108.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 185 48 219 0.16 0.78 0 0.14 288.07 0.7 0.52
Hex B9 30 DB 10 4E 0 E 120 46 34
Octal 271 60 333 20 116 0 16 440 106 64
Binary 10111001 110000 11011011 10000 1001110 0 1110 100100000 1000110 110100

Color Harmonies of #B930DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930DB

Black with #B930DB

Text Example


Text Example

White with #B930DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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