Html Css Color HEX #B943FC Medium Orchid

📋 copy color: '#B943FC'

red 185 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #B943FC

Tints of Medium Orchid #B943FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.29%

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

R = 36.71%
G = 13.29%
B = 50%

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

#B943FC (or 0xB943FC) is known color: Medium Orchid. HEX triplet: B9, 43 and FC. RGB value is (185,67,252). Sum of RGB (Red+Green+Blue) = 185+67+252=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #B943FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943FC is #46BC03. Grayscale: #7A7A7A. Windows color (decimal): -4635652 or 16532409. OLE color: 16532409.

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

Color convert

RGB 185 67 252 -
CMYK 0.27 0.73 0 0.01
HSL 278.27º 0.97% 0.63% -
HSV(B) 278.27º 0.73% 0.99% -
XYZ 39.59 21.36 94.13 -
YUV 123.37 200.59 171.96 -
System Red Green Blue C M Y K H S L
Decimal 185 67 252 0.27 0.73 0 0.01 278.27 0.97 0.63
Hex B9 43 FC 1B 49 0 1 116 61 3F
Octal 271 103 374 33 111 0 1 426 141 77
Binary 10111001 1000011 11111100 11011 1001001 0 1 100010110 1100001 111111

Color Harmonies of #B943FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B943FC

Black with #B943FC

Text Example


Text Example

White with #B943FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B943FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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