Html Css Color HEX #B623DD Dark Orchid

📋 copy color: '#B623DD'

red 182 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #B623DD

Tints of Dark Orchid #B623DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.99%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 41.55%
G = 7.99%
B = 50.46%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B623DD (or 0xB623DD) is known color: Dark Orchid. HEX triplet: B6, 23 and DD. RGB value is (182,35,221). Sum of RGB (Red+Green+Blue) = 182+35+221=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B623DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623DD is #49DC22. Grayscale: #636363. Windows color (decimal): -4840483 or 14492598. OLE color: 14492598.

HSL color Cylindrical-coordinate representation of color #B623DD: hue angle of 287.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B623DD is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 35 221 -
CMYK 0.18 0.84 0 0.13
HSL 287.42º 0.73% 0.5% -
HSV(B) 287.42º 0.84% 0.87% -
XYZ 32.94 16.37 69.83 -
YUV 100.16 196.2 186.38 -
System Red Green Blue C M Y K H S L
Decimal 182 35 221 0.18 0.84 0 0.13 287.42 0.73 0.5
Hex B6 23 DD 12 54 0 D 11F 49 32
Octal 266 43 335 22 124 0 15 437 111 62
Binary 10110110 100011 11011101 10010 1010100 0 1101 100011111 1001001 110010

Color Harmonies of #B623DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B623DD

Black with #B623DD

Text Example


Text Example

White with #B623DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B623DD; }

 p { color: rgb(182,35,221); }

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

background-color css

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

 a { background-color: rgb(182,35,221); }

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

border-color css

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

 span { border-color: rgb(182,35,221); }

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