Html Css Color HEX #B030BE Dark Orchid

📋 copy color: '#B030BE'

red 176 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #B030BE

Tints of Dark Orchid #B030BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 42.51%
G = 11.59%
B = 45.89%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B030BE (or 0xB030BE) is known color: Dark Orchid. HEX triplet: B0, 30 and BE. RGB value is (176,48,190). Sum of RGB (Red+Green+Blue) = 176+48+190=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B030BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030BE is #4FCF41. Grayscale: #666666. Windows color (decimal): -5230402 or 12464304. OLE color: 12464304.

HSL color Cylindrical-coordinate representation of color #B030BE: hue angle of 294.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B030BE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 48 190 -
CMYK 0.07 0.75 0 0.25
HSL 294.08º 0.6% 0.47% -
HSV(B) 294.08º 0.75% 0.75% -
XYZ 28.26 15.06 50.13 -
YUV 102.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 176 48 190 0.07 0.75 0 0.25 294.08 0.6 0.47
Hex B0 30 BE 7 4B 0 19 126 3C 2F
Octal 260 60 276 7 113 0 31 446 74 57
Binary 10110000 110000 10111110 111 1001011 0 11001 100100110 111100 101111

Color Harmonies of #B030BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030BE

Black with #B030BE

Text Example


Text Example

White with #B030BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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