Html Css Color HEX #B52BCE Dark Orchid

📋 copy color: '#B52BCE'

red 181 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #B52BCE

Tints of Dark Orchid #B52BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 42.09%
G = 10%
B = 47.91%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B52BCE (or 0xB52BCE) is known color: Dark Orchid. HEX triplet: B5, 2B and CE. RGB value is (181,43,206). Sum of RGB (Red+Green+Blue) = 181+43+206=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #B52BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BCE is #4AD431. Grayscale: #666666. Windows color (decimal): -4903986 or 13511605. OLE color: 13511605.

HSL color Cylindrical-coordinate representation of color #B52BCE: hue angle of 290.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52BCE is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 43 206 -
CMYK 0.12 0.79 0 0.19
HSL 290.8º 0.65% 0.49% -
HSV(B) 290.8º 0.79% 0.81% -
XYZ 31.06 16.01 59.85 -
YUV 102.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 181 43 206 0.12 0.79 0 0.19 290.8 0.65 0.49
Hex B5 2B CE C 4F 0 13 123 41 31
Octal 265 53 316 14 117 0 23 443 101 61
Binary 10110101 101011 11001110 1100 1001111 0 10011 100100011 1000001 110001

Color Harmonies of #B52BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BCE

Black with #B52BCE

Text Example


Text Example

White with #B52BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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