Html Css Color HEX #B935CA Medium Orchid

📋 copy color: '#B935CA'

red 185 ◦ green 53 ◦ blue 202

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

Shades of Medium Orchid #B935CA

Tints of Medium Orchid #B935CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 42.05%
G = 12.05%
B = 45.91%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B935CA (or 0xB935CA) is known color: Medium Orchid. HEX triplet: B9, 35 and CA. RGB value is (185,53,202). Sum of RGB (Red+Green+Blue) = 185+53+202=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #B935CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CA is #46CA35. Grayscale: #6C6C6C. Windows color (decimal): -4639286 or 13252025. OLE color: 13252025.

HSL color Cylindrical-coordinate representation of color #B935CA: hue angle of 293.15º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935CA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 53 202 -
CMYK 0.08 0.74 0 0.21
HSL 293.15º 0.58% 0.5% -
HSV(B) 293.15º 0.74% 0.79% -
XYZ 31.94 17.12 57.5 -
YUV 109.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 185 53 202 0.08 0.74 0 0.21 293.15 0.58 0.5
Hex B9 35 CA 8 4A 0 15 125 3A 32
Octal 271 65 312 10 112 0 25 445 72 62
Binary 10111001 110101 11001010 1000 1001010 0 10101 100100101 111010 110010

Color Harmonies of #B935CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935CA

Black with #B935CA

Text Example


Text Example

White with #B935CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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