Html Css Color HEX #B252CF Medium Orchid

📋 copy color: '#B252CF'

red 178 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #B252CF

Tints of Medium Orchid #B252CF

RGB

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

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

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

R = 38.12%
G = 17.56%
B = 44.33%

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

#B252CF (or 0xB252CF) is known color: Medium Orchid. HEX triplet: B2, 52 and CF. RGB value is (178,82,207). Sum of RGB (Red+Green+Blue) = 178+82+207=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B252CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252CF is #4DAD30. Grayscale: #7C7C7C. Windows color (decimal): -5090609 or 13587122. OLE color: 13587122.

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

Color convert

RGB 178 82 207 -
CMYK 0.14 0.60 0 0.19
HSL 286.08º 0.57% 0.57% -
HSV(B) 286.08º 0.6% 0.81% -
XYZ 32.64 20 61.17 -
YUV 124.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 178 82 207 0.14 0.60 0 0.19 286.08 0.57 0.57
Hex B2 52 CF E 3C 0 13 11E 39 39
Octal 262 122 317 16 74 0 23 436 71 71
Binary 10110010 1010010 11001111 1110 111100 0 10011 100011110 111001 111001

Color Harmonies of #B252CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252CF

Black with #B252CF

Text Example


Text Example

White with #B252CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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