Html Css Color HEX #B253CB Medium Orchid

📋 copy color: '#B253CB'

red 178 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #B253CB

Tints of Medium Orchid #B253CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 38.36%
G = 17.89%
B = 43.75%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B253CB (or 0xB253CB) is known color: Medium Orchid. HEX triplet: B2, 53 and CB. RGB value is (178,83,203). Sum of RGB (Red+Green+Blue) = 178+83+203=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B253CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B253CB is #4DAC34. Grayscale: #7C7C7C. Windows color (decimal): -5090357 or 13325234. OLE color: 13325234.

HSL color Cylindrical-coordinate representation of color #B253CB: hue angle of 287.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B253CB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 83 203 -
CMYK 0.12 0.59 0 0.20
HSL 287.5º 0.54% 0.56% -
HSV(B) 287.5º 0.59% 0.8% -
XYZ 32.23 19.96 58.65 -
YUV 125.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 178 83 203 0.12 0.59 0 0.20 287.5 0.54 0.56
Hex B2 53 CB C 3B 0 14 120 36 38
Octal 262 123 313 14 73 0 24 440 66 70
Binary 10110010 1010011 11001011 1100 111011 0 10100 100100000 110110 111000

Color Harmonies of #B253CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B253CB

Black with #B253CB

Text Example


Text Example

White with #B253CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B253CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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