Html Css Color HEX #B633DB Dark Orchid

📋 copy color: '#B633DB'

red 182 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #B633DB

Tints of Dark Orchid #B633DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.28%

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

R = 40.27%
G = 11.28%
B = 48.45%

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

#B633DB (or 0xB633DB) is known color: Dark Orchid. HEX triplet: B6, 33 and DB. RGB value is (182,51,219). Sum of RGB (Red+Green+Blue) = 182+51+219=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 51 (20.31% from 255 or 11.28% 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 #B633DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633DB is #49CC24. Grayscale: #6C6C6C. Windows color (decimal): -4836389 or 14365622. OLE color: 14365622.

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

Color convert

RGB 182 51 219 -
CMYK 0.17 0.77 0 0.14
HSL 286.79º 0.7% 0.53% -
HSV(B) 286.79º 0.77% 0.86% -
XYZ 33.26 17.43 68.63 -
YUV 109.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 182 51 219 0.17 0.77 0 0.14 286.79 0.7 0.53
Hex B6 33 DB 11 4D 0 E 11F 46 35
Octal 266 63 333 21 115 0 16 437 106 65
Binary 10110110 110011 11011011 10001 1001101 0 1110 100011111 1000110 110101

Color Harmonies of #B633DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633DB

Black with #B633DB

Text Example


Text Example

White with #B633DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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