Html Css Color HEX #B945FC Medium Orchid

📋 copy color: '#B945FC'

red 185 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #B945FC

Tints of Medium Orchid #B945FC

RGB

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

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

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

R = 36.56%
G = 13.64%
B = 49.8%

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

#B945FC (or 0xB945FC) is known color: Medium Orchid. HEX triplet: B9, 45 and FC. RGB value is (185,69,252). Sum of RGB (Red+Green+Blue) = 185+69+252=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #B945FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B945FC is #46BA03. Grayscale: #7B7B7B. Windows color (decimal): -4635140 or 16532921. OLE color: 16532921.

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

Color convert

RGB 185 69 252 -
CMYK 0.27 0.73 0 0.01
HSL 278.03º 0.97% 0.63% -
HSV(B) 278.03º 0.73% 0.99% -
XYZ 39.71 21.6 94.17 -
YUV 124.55 199.93 171.12 -
System Red Green Blue C M Y K H S L
Decimal 185 69 252 0.27 0.73 0 0.01 278.03 0.97 0.63
Hex B9 45 FC 1B 49 0 1 116 61 3F
Octal 271 105 374 33 111 0 1 426 141 77
Binary 10111001 1000101 11111100 11011 1001001 0 1 100010110 1100001 111111

Color Harmonies of #B945FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945FC

Black with #B945FC

Text Example


Text Example

White with #B945FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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