Html Css Color HEX #B52BBA Dark Orchid

📋 copy color: '#B52BBA'

red 181 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #B52BBA

Tints of Dark Orchid #B52BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 44.15%
G = 10.49%
B = 45.37%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B52BBA (or 0xB52BBA) is known color: Dark Orchid. HEX triplet: B5, 2B and BA. RGB value is (181,43,186). Sum of RGB (Red+Green+Blue) = 181+43+186=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #B52BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BBA is #4AD445. Grayscale: #646464. Windows color (decimal): -4904006 or 12200885. OLE color: 12200885.

HSL color Cylindrical-coordinate representation of color #B52BBA: hue angle of 297.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52BBA is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 43 186 -
CMYK 0.03 0.77 0 0.27
HSL 297.9º 0.62% 0.45% -
HSV(B) 297.9º 0.77% 0.73% -
XYZ 28.78 15.1 47.85 -
YUV 100.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 181 43 186 0.03 0.77 0 0.27 297.9 0.62 0.45
Hex B5 2B BA 3 4D 0 1B 12A 3E 2D
Octal 265 53 272 3 115 0 33 452 76 55
Binary 10110101 101011 10111010 11 1001101 0 11011 100101010 111110 101101

Color Harmonies of #B52BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BBA

Black with #B52BBA

Text Example


Text Example

White with #B52BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BBA; }

 p { color: rgb(181,43,186); }

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

background-color css

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

 a { background-color: rgb(181,43,186); }

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

border-color css

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

 span { border-color: rgb(181,43,186); }

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