Html Css Color HEX #B52CCF Dark Orchid

📋 copy color: '#B52CCF'

red 181 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #B52CCF

Tints of Dark Orchid #B52CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 41.9%
G = 10.19%
B = 47.92%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B52CCF (or 0xB52CCF) is known color: Dark Orchid. HEX triplet: B5, 2C and CF. RGB value is (181,44,207). Sum of RGB (Red+Green+Blue) = 181+44+207=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B52CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CCF is #4AD330. Grayscale: #676767. Windows color (decimal): -4903729 or 13577397. OLE color: 13577397.

HSL color Cylindrical-coordinate representation of color #B52CCF: hue angle of 290.43º 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 #B52CCF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 44 207 -
CMYK 0.13 0.79 0 0.19
HSL 290.43º 0.65% 0.49% -
HSV(B) 290.43º 0.79% 0.81% -
XYZ 31.22 16.13 60.5 -
YUV 103.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 181 44 207 0.13 0.79 0 0.19 290.43 0.65 0.49
Hex B5 2C CF D 4F 0 13 122 41 31
Octal 265 54 317 15 117 0 23 442 101 61
Binary 10110101 101100 11001111 1101 1001111 0 10011 100100010 1000001 110001

Color Harmonies of #B52CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CCF

Black with #B52CCF

Text Example


Text Example

White with #B52CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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