Html Css Color HEX #B953FC Medium Orchid

📋 copy color: '#B953FC'

red 185 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #B953FC

Tints of Medium Orchid #B953FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 35.58%
G = 15.96%
B = 48.46%

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

#B953FC (or 0xB953FC) is known color: Medium Orchid. HEX triplet: B9, 53 and FC. RGB value is (185,83,252). Sum of RGB (Red+Green+Blue) = 185+83+252=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #B953FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953FC is #46AC03. Grayscale: #848484. Windows color (decimal): -4631556 or 16536505. OLE color: 16536505.

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

Color convert

RGB 185 83 252 -
CMYK 0.27 0.67 0 0.01
HSL 276.21º 0.97% 0.66% -
HSV(B) 276.21º 0.67% 0.99% -
XYZ 40.67 23.53 94.49 -
YUV 132.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 185 83 252 0.27 0.67 0 0.01 276.21 0.97 0.66
Hex B9 53 FC 1B 43 0 1 114 61 42
Octal 271 123 374 33 103 0 1 424 141 102
Binary 10111001 1010011 11111100 11011 1000011 0 1 100010100 1100001 1000010

Color Harmonies of #B953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953FC

Black with #B953FC

Text Example


Text Example

White with #B953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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