Html Css Color HEX #B945FD Medium Orchid

📋 copy color: '#B945FD'

red 185 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #B945FD

Tints of Medium Orchid #B945FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.61%

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

R = 36.49%
G = 13.61%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B945FD (or 0xB945FD) is known color: Medium Orchid. HEX triplet: B9, 45 and FD. RGB value is (185,69,253). Sum of RGB (Red+Green+Blue) = 185+69+253=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #B945FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945FD is #46BA02. Grayscale: #7C7C7C. Windows color (decimal): -4635139 or 16598457. OLE color: 16598457.

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

Color convert

RGB 185 69 253 -
CMYK 0.27 0.73 0 0.01
HSL 277.83º 0.98% 0.63% -
HSV(B) 277.83º 0.73% 0.99% -
XYZ 39.87 21.66 95.01 -
YUV 124.66 200.43 171.04 -
System Red Green Blue C M Y K H S L
Decimal 185 69 253 0.27 0.73 0 0.01 277.83 0.98 0.63
Hex B9 45 FD 1B 49 0 1 116 62 3F
Octal 271 105 375 33 111 0 1 426 142 77
Binary 10111001 1000101 11111101 11011 1001001 0 1 100010110 1100010 111111

Color Harmonies of #B945FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945FD

Black with #B945FD

Text Example


Text Example

White with #B945FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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