Html Css Color HEX #B030CF Dark Orchid

📋 copy color: '#B030CF'

red 176 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #B030CF

Tints of Dark Orchid #B030CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 40.84%
G = 11.14%
B = 48.03%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B030CF (or 0xB030CF) is known color: Dark Orchid. HEX triplet: B0, 30 and CF. RGB value is (176,48,207). Sum of RGB (Red+Green+Blue) = 176+48+207=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #B030CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030CF is #4FCF30. Grayscale: #676767. Windows color (decimal): -5230385 or 13578416. OLE color: 13578416.

HSL color Cylindrical-coordinate representation of color #B030CF: hue angle of 288.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B030CF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 48 207 -
CMYK 0.15 0.77 0 0.19
HSL 288.3º 0.62% 0.5% -
HSV(B) 288.3º 0.77% 0.81% -
XYZ 30.22 15.85 60.5 -
YUV 104.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 176 48 207 0.15 0.77 0 0.19 288.3 0.62 0.5
Hex B0 30 CF F 4D 0 13 120 3E 32
Octal 260 60 317 17 115 0 23 440 76 62
Binary 10110000 110000 11001111 1111 1001101 0 10011 100100000 111110 110010

Color Harmonies of #B030CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030CF

Black with #B030CF

Text Example


Text Example

White with #B030CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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