Html Css Color HEX #B453FD Medium Orchid

📋 copy color: '#B453FD'

red 180 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #B453FD

Tints of Medium Orchid #B453FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 34.88%
G = 16.09%
B = 49.03%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B453FD (or 0xB453FD) is known color: Medium Orchid. HEX triplet: B4, 53 and FD. RGB value is (180,83,253). Sum of RGB (Red+Green+Blue) = 180+83+253=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #B453FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453FD is #4BAC02. Grayscale: #828282. Windows color (decimal): -4959235 or 16602036. OLE color: 16602036.

HSL color Cylindrical-coordinate representation of color #B453FD: hue angle of 274.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B453FD is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 83 253 -
CMYK 0.29 0.67 0 0.01
HSL 274.24º 0.98% 0.66% -
HSV(B) 274.24º 0.67% 0.99% -
XYZ 39.65 22.98 95.27 -
YUV 131.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 180 83 253 0.29 0.67 0 0.01 274.24 0.98 0.66
Hex B4 53 FD 1D 43 0 1 112 62 42
Octal 264 123 375 35 103 0 1 422 142 102
Binary 10110100 1010011 11111101 11101 1000011 0 1 100010010 1100010 1000010

Color Harmonies of #B453FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B453FD

Black with #B453FD

Text Example


Text Example

White with #B453FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B453FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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