Html Css Color HEX #B923DA Dark Orchid

📋 copy color: '#B923DA'

red 185 ◦ green 35 ◦ blue 218

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

Shades of Dark Orchid #B923DA

Tints of Dark Orchid #B923DA

RGB

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

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

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

R = 42.24%
G = 7.99%
B = 49.77%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B923DA (or 0xB923DA) is known color: Dark Orchid. HEX triplet: B9, 23 and DA. RGB value is (185,35,218). Sum of RGB (Red+Green+Blue) = 185+35+218=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B923DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923DA is #46DC25. Grayscale: #646464. Windows color (decimal): -4643878 or 14295993. OLE color: 14295993.

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

Color convert

RGB 185 35 218 -
CMYK 0.15 0.84 0 0.15
HSL 289.18º 0.72% 0.5% -
HSV(B) 289.18º 0.84% 0.85% -
XYZ 33.26 16.58 67.78 -
YUV 100.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 185 35 218 0.15 0.84 0 0.15 289.18 0.72 0.5
Hex B9 23 DA F 54 0 F 121 48 32
Octal 271 43 332 17 124 0 17 441 110 62
Binary 10111001 100011 11011010 1111 1010100 0 1111 100100001 1001000 110010

Color Harmonies of #B923DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B923DA

Black with #B923DA

Text Example


Text Example

White with #B923DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B923DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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