Html Css Color HEX #B03ADA Dark Orchid

📋 copy color: '#B03ADA'

red 176 ◦ green 58 ◦ blue 218

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

Shades of Dark Orchid #B03ADA

Tints of Dark Orchid #B03ADA

RGB

 RED value IS 176 (69.14% from 255) = 38.94%

 GREEN value IS 58 (23.05% from 255) = 12.83%

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

R = 38.94%
G = 12.83%
B = 48.23%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B03ADA (or 0xB03ADA) is known color: Dark Orchid. HEX triplet: B0, 3A and DA. RGB value is (176,58,218). Sum of RGB (Red+Green+Blue) = 176+58+218=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #B03ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ADA is #4FC525. Grayscale: #6F6F6F. Windows color (decimal): -5227814 or 14301872. OLE color: 14301872.

HSL color Cylindrical-coordinate representation of color #B03ADA: hue angle of 284.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03ADA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 58 218 -
CMYK 0.19 0.73 0 0.15
HSL 284.25º 0.68% 0.54% -
HSV(B) 284.25º 0.73% 0.85% -
XYZ 32.07 17.32 67.98 -
YUV 111.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 176 58 218 0.19 0.73 0 0.15 284.25 0.68 0.54
Hex B0 3A DA 13 49 0 F 11C 44 36
Octal 260 72 332 23 111 0 17 434 104 66
Binary 10110000 111010 11011010 10011 1001001 0 1111 100011100 1000100 110110

Color Harmonies of #B03ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03ADA

Black with #B03ADA

Text Example


Text Example

White with #B03ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03ADA; }

 p { color: rgb(176,58,218); }

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

background-color css

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

 a { background-color: rgb(176,58,218); }

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

border-color css

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

 span { border-color: rgb(176,58,218); }

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