Html Css Color HEX #B953FB Medium Orchid

📋 copy color: '#B953FB'

red 185 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #B953FB

Tints of Medium Orchid #B953FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 35.65%
G = 15.99%
B = 48.36%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B953FB (or 0xB953FB) is known color: Medium Orchid. HEX triplet: B9, 53 and FB. RGB value is (185,83,251). Sum of RGB (Red+Green+Blue) = 185+83+251=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #B953FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953FB is #46AC04. Grayscale: #848484. Windows color (decimal): -4631557 or 16470969. OLE color: 16470969.

HSL color Cylindrical-coordinate representation of color #B953FB: hue angle of 276.43º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B953FB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 83 251 -
CMYK 0.26 0.67 0 0.02
HSL 276.43º 0.95% 0.65% -
HSV(B) 276.43º 0.67% 0.98% -
XYZ 40.51 23.47 93.66 -
YUV 132.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 185 83 251 0.26 0.67 0 0.02 276.43 0.95 0.65
Hex B9 53 FB 1A 43 0 2 114 5F 41
Octal 271 123 373 32 103 0 2 424 137 101
Binary 10111001 1010011 11111011 11010 1000011 0 10 100010100 1011111 1000001

Color Harmonies of #B953FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953FB

Black with #B953FB

Text Example


Text Example

White with #B953FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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