Html Css Color HEX #B732DB Dark Orchid

📋 copy color: '#B732DB'

red 183 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #B732DB

Tints of Dark Orchid #B732DB

RGB

 RED value IS 183 (71.88% from 255) = 40.49%

 GREEN value IS 50 (19.92% from 255) = 11.06%

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

R = 40.49%
G = 11.06%
B = 48.45%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B732DB (or 0xB732DB) is known color: Dark Orchid. HEX triplet: B7, 32 and DB. RGB value is (183,50,219). Sum of RGB (Red+Green+Blue) = 183+50+219=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 50 (19.92% from 255 or 11.06% 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 #B732DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732DB is #48CD24. Grayscale: #6C6C6C. Windows color (decimal): -4771109 or 14365367. OLE color: 14365367.

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

Color convert

RGB 183 50 219 -
CMYK 0.16 0.77 0 0.14
HSL 287.22º 0.7% 0.53% -
HSV(B) 287.22º 0.77% 0.86% -
XYZ 33.46 17.46 68.63 -
YUV 109.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 183 50 219 0.16 0.77 0 0.14 287.22 0.7 0.53
Hex B7 32 DB 10 4D 0 E 11F 46 35
Octal 267 62 333 20 115 0 16 437 106 65
Binary 10110111 110010 11011011 10000 1001101 0 1110 100011111 1000110 110101

Color Harmonies of #B732DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732DB

Black with #B732DB

Text Example


Text Example

White with #B732DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732DB; }

 p { color: rgb(183,50,219); }

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

background-color css

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

 a { background-color: rgb(183,50,219); }

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

border-color css

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

 span { border-color: rgb(183,50,219); }

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