Html Css Color HEX #B530C0 Dark Orchid

📋 copy color: '#B530C0'

red 181 ◦ green 48 ◦ blue 192

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

Shades of Dark Orchid #B530C0

Tints of Dark Orchid #B530C0

RGB

 RED value IS 181 (71.09% from 255) = 42.99%

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 42.99%
G = 11.4%
B = 45.61%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B530C0 (or 0xB530C0) is known color: Dark Orchid. HEX triplet: B5, 30 and C0. RGB value is (181,48,192). Sum of RGB (Red+Green+Blue) = 181+48+192=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #B530C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530C0 is #4ACF3F. Grayscale: #676767. Windows color (decimal): -4902720 or 12595381. OLE color: 12595381.

HSL color Cylindrical-coordinate representation of color #B530C0: hue angle of 295.42º 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 #B530C0 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 48 192 -
CMYK 0.06 0.75 0 0.25
HSL 295.42º 0.6% 0.47% -
HSV(B) 295.42º 0.75% 0.75% -
XYZ 29.63 15.74 51.35 -
YUV 104.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 181 48 192 0.06 0.75 0 0.25 295.42 0.6 0.47
Hex B5 30 C0 6 4B 0 19 127 3C 2F
Octal 265 60 300 6 113 0 31 447 74 57
Binary 10110101 110000 11000000 110 1001011 0 11001 100100111 111100 101111

Color Harmonies of #B530C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530C0

Black with #B530C0

Text Example


Text Example

White with #B530C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530C0; }

 p { color: rgb(181,48,192); }

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

background-color css

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

 a { background-color: rgb(181,48,192); }

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

border-color css

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

 span { border-color: rgb(181,48,192); }

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