Html Css Color HEX #B942FD Medium Orchid

📋 copy color: '#B942FD'

red 185 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #B942FD

Tints of Medium Orchid #B942FD

RGB

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

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

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

R = 36.71%
G = 13.1%
B = 50.2%

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

#B942FD (or 0xB942FD) is known color: Medium Orchid. HEX triplet: B9, 42 and FD. RGB value is (185,66,253). Sum of RGB (Red+Green+Blue) = 185+66+253=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #B942FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942FD is #46BD02. Grayscale: #7A7A7A. Windows color (decimal): -4635907 or 16597689. OLE color: 16597689.

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

Color convert

RGB 185 66 253 -
CMYK 0.27 0.74 0 0.01
HSL 278.18º 0.98% 0.63% -
HSV(B) 278.18º 0.74% 0.99% -
XYZ 39.69 21.3 94.95 -
YUV 122.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 185 66 253 0.27 0.74 0 0.01 278.18 0.98 0.63
Hex B9 42 FD 1B 4A 0 1 116 62 3F
Octal 271 102 375 33 112 0 1 426 142 77
Binary 10111001 1000010 11111101 11011 1001010 0 1 100010110 1100010 111111

Color Harmonies of #B942FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942FD

Black with #B942FD

Text Example


Text Example

White with #B942FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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