Html Css Color HEX #B834CE Medium Orchid

📋 copy color: '#B834CE'

red 184 ◦ green 52 ◦ blue 206

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

Shades of Medium Orchid #B834CE

Tints of Medium Orchid #B834CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

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

R = 41.63%
G = 11.76%
B = 46.61%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B834CE (or 0xB834CE) is known color: Medium Orchid. HEX triplet: B8, 34 and CE. RGB value is (184,52,206). Sum of RGB (Red+Green+Blue) = 184+52+206=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B834CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834CE is #47CB31. Grayscale: #6C6C6C. Windows color (decimal): -4705074 or 13513912. OLE color: 13513912.

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

Color convert

RGB 184 52 206 -
CMYK 0.11 0.75 0 0.19
HSL 291.43º 0.61% 0.51% -
HSV(B) 291.43º 0.75% 0.81% -
XYZ 32.14 17.1 60 -
YUV 109.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 184 52 206 0.11 0.75 0 0.19 291.43 0.61 0.51
Hex B8 34 CE B 4B 0 13 123 3D 33
Octal 270 64 316 13 113 0 23 443 75 63
Binary 10111000 110100 11001110 1011 1001011 0 10011 100100011 111101 110011

Color Harmonies of #B834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834CE

Black with #B834CE

Text Example


Text Example

White with #B834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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