Html Css Color HEX #B935FC Medium Orchid

📋 copy color: '#B935FC'

red 185 ◦ green 53 ◦ blue 252

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

Shades of Medium Orchid #B935FC

Tints of Medium Orchid #B935FC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.82%

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

R = 37.76%
G = 10.82%
B = 51.43%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B935FC (or 0xB935FC) is known color: Medium Orchid. HEX triplet: B9, 35 and FC. RGB value is (185,53,252). Sum of RGB (Red+Green+Blue) = 185+53+252=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #B935FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935FC is #46CA03. Grayscale: #727272. Windows color (decimal): -4639236 or 16528825. OLE color: 16528825.

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

Color convert

RGB 185 53 252 -
CMYK 0.27 0.79 0 0.01
HSL 279.8º 0.97% 0.6% -
HSV(B) 279.8º 0.79% 0.99% -
XYZ 38.85 19.89 93.89 -
YUV 115.15 205.23 177.82 -
System Red Green Blue C M Y K H S L
Decimal 185 53 252 0.27 0.79 0 0.01 279.8 0.97 0.6
Hex B9 35 FC 1B 4F 0 1 118 61 3C
Octal 271 65 374 33 117 0 1 430 141 74
Binary 10111001 110101 11111100 11011 1001111 0 1 100011000 1100001 111100

Color Harmonies of #B935FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935FC

Black with #B935FC

Text Example


Text Example

White with #B935FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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