Html Css Color HEX #B835CE Medium Orchid

📋 copy color: '#B835CE'

red 184 ◦ green 53 ◦ blue 206

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

Shades of Medium Orchid #B835CE

Tints of Medium Orchid #B835CE

RGB

 RED value IS 184 (72.27% from 255) = 41.53%

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 41.53%
G = 11.96%
B = 46.5%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B835CE (or 0xB835CE) is known color: Medium Orchid. HEX triplet: B8, 35 and CE. RGB value is (184,53,206). Sum of RGB (Red+Green+Blue) = 184+53+206=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B835CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835CE is #47CA31. Grayscale: #6D6D6D. Windows color (decimal): -4704818 or 13514168. OLE color: 13514168.

HSL color Cylindrical-coordinate representation of color #B835CE: hue angle of 291.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B835CE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 53 206 -
CMYK 0.11 0.74 0 0.19
HSL 291.37º 0.61% 0.51% -
HSV(B) 291.37º 0.74% 0.81% -
XYZ 32.18 17.19 60.01 -
YUV 109.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 184 53 206 0.11 0.74 0 0.19 291.37 0.61 0.51
Hex B8 35 CE B 4A 0 13 123 3D 33
Octal 270 65 316 13 112 0 23 443 75 63
Binary 10111000 110101 11001110 1011 1001010 0 10011 100100011 111101 110011

Color Harmonies of #B835CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835CE

Black with #B835CE

Text Example


Text Example

White with #B835CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835CE; }

 p { color: rgb(184,53,206); }

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

background-color css

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

 a { background-color: rgb(184,53,206); }

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

border-color css

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

 span { border-color: rgb(184,53,206); }

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