Html Css Color HEX #B942FC Medium Orchid

📋 copy color: '#B942FC'

red 185 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #B942FC

Tints of Medium Orchid #B942FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.12%

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

R = 36.78%
G = 13.12%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B942FC (or 0xB942FC) is known color: Medium Orchid. HEX triplet: B9, 42 and FC. RGB value is (185,66,252). Sum of RGB (Red+Green+Blue) = 185+66+252=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #B942FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942FC is #46BD03. Grayscale: #7A7A7A. Windows color (decimal): -4635908 or 16532153. OLE color: 16532153.

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

Color convert

RGB 185 66 252 -
CMYK 0.27 0.74 0 0.01
HSL 278.39º 0.97% 0.62% -
HSV(B) 278.39º 0.74% 0.99% -
XYZ 39.53 21.24 94.11 -
YUV 122.79 200.92 172.38 -
System Red Green Blue C M Y K H S L
Decimal 185 66 252 0.27 0.74 0 0.01 278.39 0.97 0.62
Hex B9 42 FC 1B 4A 0 1 116 61 3E
Octal 271 102 374 33 112 0 1 426 141 76
Binary 10111001 1000010 11111100 11011 1001010 0 1 100010110 1100001 111110

Color Harmonies of #B942FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942FC

Black with #B942FC

Text Example


Text Example

White with #B942FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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