Html Css Color HEX #B453CB Medium Orchid

📋 copy color: '#B453CB'

red 180 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #B453CB

Tints of Medium Orchid #B453CB

RGB

 RED value IS 180 (70.7% from 255) = 38.63%

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

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

R = 38.63%
G = 17.81%
B = 43.56%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B453CB (or 0xB453CB) is known color: Medium Orchid. HEX triplet: B4, 53 and CB. RGB value is (180,83,203). Sum of RGB (Red+Green+Blue) = 180+83+203=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B453CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453CB is #4BAC34. Grayscale: #7D7D7D. Windows color (decimal): -4959285 or 13325236. OLE color: 13325236.

HSL color Cylindrical-coordinate representation of color #B453CB: hue angle of 288.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 #B453CB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 83 203 -
CMYK 0.11 0.59 0 0.20
HSL 288.5º 0.54% 0.56% -
HSV(B) 288.5º 0.59% 0.8% -
XYZ 32.7 20.2 58.68 -
YUV 125.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 180 83 203 0.11 0.59 0 0.20 288.5 0.54 0.56
Hex B4 53 CB B 3B 0 14 120 36 38
Octal 264 123 313 13 73 0 24 440 66 70
Binary 10110100 1010011 11001011 1011 111011 0 10100 100100000 110110 111000

Color Harmonies of #B453CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453CB

Black with #B453CB

Text Example


Text Example

White with #B453CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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