Html Css Color HEX #B938FE Medium Orchid

📋 copy color: '#B938FE'

red 185 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #B938FE

Tints of Medium Orchid #B938FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.31%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 37.37%
G = 11.31%
B = 51.31%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B938FE (or 0xB938FE) is known color: Medium Orchid. HEX triplet: B9, 38 and FE. RGB value is (185,56,254). Sum of RGB (Red+Green+Blue) = 185+56+254=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #B938FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938FE is #46C701. Grayscale: #747474. Windows color (decimal): -4638466 or 16660665. OLE color: 16660665.

HSL color Cylindrical-coordinate representation of color #B938FE: hue angle of 279.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B938FE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 56 254 -
CMYK 0.27 0.78 0 0.00
HSL 279.09º 0.99% 0.61% -
HSV(B) 279.09º 0.78% 1% -
XYZ 39.31 20.3 95.61 -
YUV 117.14 205.24 176.4 -
System Red Green Blue C M Y K H S L
Decimal 185 56 254 0.27 0.78 0 0.00 279.09 0.99 0.61
Hex B9 38 FE 1B 4E 0 0 117 63 3D
Octal 271 70 376 33 116 0 0 427 143 75
Binary 10111001 111000 11111110 11011 1001110 0 0 100010111 1100011 111101

Color Harmonies of #B938FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938FE

Black with #B938FE

Text Example


Text Example

White with #B938FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938FE; }

 p { color: rgb(185,56,254); }

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

background-color css

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

 a { background-color: rgb(185,56,254); }

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

border-color css

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

 span { border-color: rgb(185,56,254); }

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