Html Css Color HEX #B252CE Medium Orchid

📋 copy color: '#B252CE'

red 178 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #B252CE

Tints of Medium Orchid #B252CE

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

 GREEN value IS 82 (32.42% from 255) = 17.6%

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

R = 38.2%
G = 17.6%
B = 44.21%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B252CE (or 0xB252CE) is known color: Medium Orchid. HEX triplet: B2, 52 and CE. RGB value is (178,82,206). Sum of RGB (Red+Green+Blue) = 178+82+206=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #B252CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252CE is #4DAD31. Grayscale: #7C7C7C. Windows color (decimal): -5090610 or 13521586. OLE color: 13521586.

HSL color Cylindrical-coordinate representation of color #B252CE: hue angle of 286.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B252CE is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 82 206 -
CMYK 0.14 0.60 0 0.19
HSL 286.45º 0.56% 0.56% -
HSV(B) 286.45º 0.6% 0.81% -
XYZ 32.52 19.96 60.53 -
YUV 124.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 178 82 206 0.14 0.60 0 0.19 286.45 0.56 0.56
Hex B2 52 CE E 3C 0 13 11E 38 38
Octal 262 122 316 16 74 0 23 436 70 70
Binary 10110010 1010010 11001110 1110 111100 0 10011 100011110 111000 111000

Color Harmonies of #B252CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252CE

Black with #B252CE

Text Example


Text Example

White with #B252CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252CE; }

 p { color: rgb(178,82,206); }

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

background-color css

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

 a { background-color: rgb(178,82,206); }

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

border-color css

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

 span { border-color: rgb(178,82,206); }

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