Html Css Color HEX #B253CF Medium Orchid

📋 copy color: '#B253CF'

red 178 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B253CF

Tints of Medium Orchid #B253CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 38.03%
G = 17.74%
B = 44.23%

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

#B253CF (or 0xB253CF) is known color: Medium Orchid. HEX triplet: B2, 53 and CF. RGB value is (178,83,207). Sum of RGB (Red+Green+Blue) = 178+83+207=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B253CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253CF is #4DAC30. Grayscale: #7D7D7D. Windows color (decimal): -5090353 or 13587378. OLE color: 13587378.

HSL color Cylindrical-coordinate representation of color #B253CF: hue angle of 285.97º degrees, saturation: 0.56, 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 #B253CF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 83 207 -
CMYK 0.14 0.60 0 0.19
HSL 285.97º 0.56% 0.57% -
HSV(B) 285.97º 0.6% 0.81% -
XYZ 32.72 20.16 61.2 -
YUV 125.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 178 83 207 0.14 0.60 0 0.19 285.97 0.56 0.57
Hex B2 53 CF E 3C 0 13 11E 38 39
Octal 262 123 317 16 74 0 23 436 70 71
Binary 10110010 1010011 11001111 1110 111100 0 10011 100011110 111000 111001

Color Harmonies of #B253CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253CF

Black with #B253CF

Text Example


Text Example

White with #B253CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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