Html Css Color HEX #B953FD Medium Orchid

📋 copy color: '#B953FD'

red 185 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #B953FD

Tints of Medium Orchid #B953FD

RGB

 RED value IS 185 (72.66% from 255) = 35.51%

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

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

R = 35.51%
G = 15.93%
B = 48.56%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B953FD (or 0xB953FD) is known color: Medium Orchid. HEX triplet: B9, 53 and FD. RGB value is (185,83,253). Sum of RGB (Red+Green+Blue) = 185+83+253=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #B953FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953FD is #46AC02. Grayscale: #848484. Windows color (decimal): -4631555 or 16602041. OLE color: 16602041.

HSL color Cylindrical-coordinate representation of color #B953FD: hue angle of 276º 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 #B953FD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 83 253 -
CMYK 0.27 0.67 0 0.01
HSL 276º 0.98% 0.66% -
HSV(B) 276º 0.67% 0.99% -
XYZ 40.83 23.59 95.33 -
YUV 132.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 185 83 253 0.27 0.67 0 0.01 276 0.98 0.66
Hex B9 53 FD 1B 43 0 1 114 62 42
Octal 271 123 375 33 103 0 1 424 142 102
Binary 10111001 1010011 11111101 11011 1000011 0 1 100010100 1100010 1000010

Color Harmonies of #B953FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953FD

Black with #B953FD

Text Example


Text Example

White with #B953FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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