Html Css Color HEX #B623DA Dark Orchid

📋 copy color: '#B623DA'

red 182 ◦ green 35 ◦ blue 218

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

Shades of Dark Orchid #B623DA

Tints of Dark Orchid #B623DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 41.84%
G = 8.05%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B623DA (or 0xB623DA) is known color: Dark Orchid. HEX triplet: B6, 23 and DA. RGB value is (182,35,218). Sum of RGB (Red+Green+Blue) = 182+35+218=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #B623DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623DA is #49DC25. Grayscale: #636363. Windows color (decimal): -4840486 or 14295990. OLE color: 14295990.

HSL color Cylindrical-coordinate representation of color #B623DA: hue angle of 288.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B623DA is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 35 218 -
CMYK 0.17 0.84 0 0.15
HSL 288.2º 0.72% 0.5% -
HSV(B) 288.2º 0.84% 0.85% -
XYZ 32.55 16.21 67.74 -
YUV 99.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 182 35 218 0.17 0.84 0 0.15 288.2 0.72 0.5
Hex B6 23 DA 11 54 0 F 120 48 32
Octal 266 43 332 21 124 0 17 440 110 62
Binary 10110110 100011 11011010 10001 1010100 0 1111 100100000 1001000 110010

Color Harmonies of #B623DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B623DA

Black with #B623DA

Text Example


Text Example

White with #B623DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B623DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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