Html Css Color HEX #B632DB Dark Orchid

📋 copy color: '#B632DB'

red 182 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #B632DB

Tints of Dark Orchid #B632DB

RGB

 RED value IS 182 (71.48% from 255) = 40.35%

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

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

R = 40.35%
G = 11.09%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B632DB (or 0xB632DB) is known color: Dark Orchid. HEX triplet: B6, 32 and DB. RGB value is (182,50,219). Sum of RGB (Red+Green+Blue) = 182+50+219=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B632DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632DB is #49CD24. Grayscale: #6C6C6C. Windows color (decimal): -4836645 or 14365366. OLE color: 14365366.

HSL color Cylindrical-coordinate representation of color #B632DB: hue angle of 286.86º 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 #B632DB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 50 219 -
CMYK 0.17 0.77 0 0.14
HSL 286.86º 0.7% 0.53% -
HSV(B) 286.86º 0.77% 0.86% -
XYZ 33.22 17.34 68.61 -
YUV 108.73 190.23 180.26 -
System Red Green Blue C M Y K H S L
Decimal 182 50 219 0.17 0.77 0 0.14 286.86 0.7 0.53
Hex B6 32 DB 11 4D 0 E 11F 46 35
Octal 266 62 333 21 115 0 16 437 106 65
Binary 10110110 110010 11011011 10001 1001101 0 1110 100011111 1000110 110101

Color Harmonies of #B632DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632DB

Black with #B632DB

Text Example


Text Example

White with #B632DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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