Html Css Color HEX #B923DD Dark Orchid

📋 copy color: '#B923DD'

red 185 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #B923DD

Tints of Dark Orchid #B923DD

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

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

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

R = 41.95%
G = 7.94%
B = 50.11%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B923DD (or 0xB923DD) is known color: Dark Orchid. HEX triplet: B9, 23 and DD. RGB value is (185,35,221). Sum of RGB (Red+Green+Blue) = 185+35+221=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B923DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923DD is #46DC22. Grayscale: #646464. Windows color (decimal): -4643875 or 14492601. OLE color: 14492601.

HSL color Cylindrical-coordinate representation of color #B923DD: hue angle of 288.39º 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 #B923DD is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 35 221 -
CMYK 0.16 0.84 0 0.13
HSL 288.39º 0.73% 0.5% -
HSV(B) 288.39º 0.84% 0.87% -
XYZ 33.66 16.74 69.86 -
YUV 101.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 185 35 221 0.16 0.84 0 0.13 288.39 0.73 0.5
Hex B9 23 DD 10 54 0 D 120 49 32
Octal 271 43 335 20 124 0 15 440 111 62
Binary 10111001 100011 11011101 10000 1010100 0 1101 100100000 1001001 110010

Color Harmonies of #B923DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B923DD

Black with #B923DD

Text Example


Text Example

White with #B923DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B923DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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