Html Css Color HEX #B52CBB Dark Orchid

📋 copy color: '#B52CBB'

red 181 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #B52CBB

Tints of Dark Orchid #B52CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 43.93%
G = 10.68%
B = 45.39%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B52CBB (or 0xB52CBB) is known color: Dark Orchid. HEX triplet: B5, 2C and BB. RGB value is (181,44,187). Sum of RGB (Red+Green+Blue) = 181+44+187=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #B52CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CBB is #4AD344. Grayscale: #646464. Windows color (decimal): -4903749 or 12266677. OLE color: 12266677.

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

Color convert

RGB 181 44 187 -
CMYK 0.03 0.76 0 0.27
HSL 297.48º 0.62% 0.45% -
HSV(B) 297.48º 0.76% 0.73% -
XYZ 28.93 15.21 48.43 -
YUV 101.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 181 44 187 0.03 0.76 0 0.27 297.48 0.62 0.45
Hex B5 2C BB 3 4C 0 1B 129 3E 2D
Octal 265 54 273 3 114 0 33 451 76 55
Binary 10110101 101100 10111011 11 1001100 0 11011 100101001 111110 101101

Color Harmonies of #B52CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CBB

Black with #B52CBB

Text Example


Text Example

White with #B52CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CBB; }

 p { color: rgb(181,44,187); }

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

background-color css

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

 a { background-color: rgb(181,44,187); }

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

border-color css

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

 span { border-color: rgb(181,44,187); }

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