Html Css Color HEX #B935CC Medium Orchid

📋 copy color: '#B935CC'

red 185 ◦ green 53 ◦ blue 204

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

Shades of Medium Orchid #B935CC

Tints of Medium Orchid #B935CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 41.86%
G = 11.99%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B935CC (or 0xB935CC) is known color: Medium Orchid. HEX triplet: B9, 35 and CC. RGB value is (185,53,204). Sum of RGB (Red+Green+Blue) = 185+53+204=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #B935CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CC is #46CA33. Grayscale: #6D6D6D. Windows color (decimal): -4639284 or 13383097. OLE color: 13383097.

HSL color Cylindrical-coordinate representation of color #B935CC: hue angle of 292.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935CC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 53 204 -
CMYK 0.09 0.74 0 0.2
HSL 292.45º 0.6% 0.5% -
HSV(B) 292.45º 0.74% 0.8% -
XYZ 32.18 17.22 58.75 -
YUV 109.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 185 53 204 0.09 0.74 0 0.2 292.45 0.6 0.5
Hex B9 35 CC 9 4A 0 14 124 3C 32
Octal 271 65 314 11 112 0 24 444 74 62
Binary 10111001 110101 11001100 1001 1001010 0 10100 100100100 111100 110010

Color Harmonies of #B935CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935CC

Black with #B935CC

Text Example


Text Example

White with #B935CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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