Html Css Color HEX #B030BD Dark Orchid

📋 copy color: '#B030BD'

red 176 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #B030BD

Tints of Dark Orchid #B030BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 42.62%
G = 11.62%
B = 45.76%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B030BD (or 0xB030BD) is known color: Dark Orchid. HEX triplet: B0, 30 and BD. RGB value is (176,48,189). Sum of RGB (Red+Green+Blue) = 176+48+189=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #B030BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030BD is #4FCF42. Grayscale: #656565. Windows color (decimal): -5230403 or 12398768. OLE color: 12398768.

HSL color Cylindrical-coordinate representation of color #B030BD: hue angle of 294.47º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B030BD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 48 189 -
CMYK 0.07 0.75 0 0.26
HSL 294.47º 0.59% 0.46% -
HSV(B) 294.47º 0.75% 0.74% -
XYZ 28.15 15.02 49.56 -
YUV 102.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 176 48 189 0.07 0.75 0 0.26 294.47 0.59 0.46
Hex B0 30 BD 7 4B 0 1A 126 3B 2E
Octal 260 60 275 7 113 0 32 446 73 56
Binary 10110000 110000 10111101 111 1001011 0 11010 100100110 111011 101110

Color Harmonies of #B030BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030BD

Black with #B030BD

Text Example


Text Example

White with #B030BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030BD; }

 p { color: rgb(176,48,189); }

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

background-color css

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

 a { background-color: rgb(176,48,189); }

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

border-color css

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

 span { border-color: rgb(176,48,189); }

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