Html Css Color HEX #B530CA Dark Orchid

📋 copy color: '#B530CA'

red 181 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #B530CA

Tints of Dark Orchid #B530CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 42%
G = 11.14%
B = 46.87%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B530CA (or 0xB530CA) is known color: Dark Orchid. HEX triplet: B5, 30 and CA. RGB value is (181,48,202). Sum of RGB (Red+Green+Blue) = 181+48+202=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #B530CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530CA is #4ACF35. Grayscale: #686868. Windows color (decimal): -4902710 or 13250741. OLE color: 13250741.

HSL color Cylindrical-coordinate representation of color #B530CA: hue angle of 291.82º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B530CA is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 48 202 -
CMYK 0.10 0.76 0 0.21
HSL 291.82º 0.62% 0.49% -
HSV(B) 291.82º 0.76% 0.79% -
XYZ 30.77 16.2 57.38 -
YUV 105.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 181 48 202 0.10 0.76 0 0.21 291.82 0.62 0.49
Hex B5 30 CA A 4C 0 15 124 3E 31
Octal 265 60 312 12 114 0 25 444 76 61
Binary 10110101 110000 11001010 1010 1001100 0 10101 100100100 111110 110001

Color Harmonies of #B530CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B530CA

Black with #B530CA

Text Example


Text Example

White with #B530CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B530CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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