Html Css Color HEX #B953FF Medium Orchid

📋 copy color: '#B953FF'

red 185 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #B953FF

Tints of Medium Orchid #B953FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 35.37%
G = 15.87%
B = 48.76%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B953FF (or 0xB953FF) is known color: Medium Orchid. HEX triplet: B9, 53 and FF. RGB value is (185,83,255). Sum of RGB (Red+Green+Blue) = 185+83+255=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #B953FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953FF is #46AC00. Grayscale: #848484. Windows color (decimal): -4631553 or 16733113. OLE color: 16733113.

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

Color convert

RGB 185 83 255 -
CMYK 0.27 0.67 0 0
HSL 275.58º 1% 0.66% -
HSV(B) 275.58º 0.67% 1% -
XYZ 41.15 23.72 97.02 -
YUV 133.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 185 83 255 0.27 0.67 0 0 275.58 1 0.66
Hex B9 53 FF 1B 43 0 0 114 64 42
Octal 271 123 377 33 103 0 0 424 144 102
Binary 10111001 1010011 11111111 11011 1000011 0 0 100010100 1100100 1000010

Color Harmonies of #B953FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953FF

Black with #B953FF

Text Example


Text Example

White with #B953FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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