Html Css Color HEX #B030BC Dark Orchid

📋 copy color: '#B030BC'

red 176 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #B030BC

Tints of Dark Orchid #B030BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 42.72%
G = 11.65%
B = 45.63%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B030BC (or 0xB030BC) is known color: Dark Orchid. HEX triplet: B0, 30 and BC. RGB value is (176,48,188). Sum of RGB (Red+Green+Blue) = 176+48+188=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B030BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030BC is #4FCF43. Grayscale: #656565. Windows color (decimal): -5230404 or 12333232. OLE color: 12333232.

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

Color convert

RGB 176 48 188 -
CMYK 0.06 0.74 0 0.26
HSL 294.86º 0.59% 0.46% -
HSV(B) 294.86º 0.74% 0.74% -
XYZ 28.04 14.97 48.99 -
YUV 102.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 176 48 188 0.06 0.74 0 0.26 294.86 0.59 0.46
Hex B0 30 BC 6 4A 0 1A 127 3B 2E
Octal 260 60 274 6 112 0 32 447 73 56
Binary 10110000 110000 10111100 110 1001010 0 11010 100100111 111011 101110

Color Harmonies of #B030BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030BC

Black with #B030BC

Text Example


Text Example

White with #B030BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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