Html Css Color HEX #B236DB Dark Orchid

📋 copy color: '#B236DB'

red 178 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #B236DB

Tints of Dark Orchid #B236DB

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

 GREEN value IS 54 (21.48% from 255) = 11.97%

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

R = 39.47%
G = 11.97%
B = 48.56%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B236DB (or 0xB236DB) is known color: Dark Orchid. HEX triplet: B2, 36 and DB. RGB value is (178,54,219). Sum of RGB (Red+Green+Blue) = 178+54+219=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 54 (21.48% from 255 or 11.97% 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 #B236DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236DB is #4DC924. Grayscale: #6D6D6D. Windows color (decimal): -5097765 or 14366386. OLE color: 14366386.

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

Color convert

RGB 178 54 219 -
CMYK 0.19 0.75 0 0.14
HSL 285.09º 0.7% 0.54% -
HSV(B) 285.09º 0.75% 0.86% -
XYZ 32.47 17.22 68.63 -
YUV 109.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 178 54 219 0.19 0.75 0 0.14 285.09 0.7 0.54
Hex B2 36 DB 13 4B 0 E 11D 46 36
Octal 262 66 333 23 113 0 16 435 106 66
Binary 10110010 110110 11011011 10011 1001011 0 1110 100011101 1000110 110110

Color Harmonies of #B236DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B236DB

Black with #B236DB

Text Example


Text Example

White with #B236DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B236DB; }

 p { color: rgb(178,54,219); }

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

background-color css

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

 a { background-color: rgb(178,54,219); }

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

border-color css

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

 span { border-color: rgb(178,54,219); }

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