Html Css Color HEX #B834CF Medium Orchid

📋 copy color: '#B834CF'

red 184 ◦ green 52 ◦ blue 207

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

Shades of Medium Orchid #B834CF

Tints of Medium Orchid #B834CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 41.53%
G = 11.74%
B = 46.73%

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

#B834CF (or 0xB834CF) is known color: Medium Orchid. HEX triplet: B8, 34 and CF. RGB value is (184,52,207). Sum of RGB (Red+Green+Blue) = 184+52+207=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B834CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834CF is #47CB30. Grayscale: #6C6C6C. Windows color (decimal): -4705073 or 13579448. OLE color: 13579448.

HSL color Cylindrical-coordinate representation of color #B834CF: hue angle of 291.1º degrees, saturation: 0.62, 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 #B834CF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 52 207 -
CMYK 0.11 0.75 0 0.19
HSL 291.1º 0.62% 0.51% -
HSV(B) 291.1º 0.75% 0.81% -
XYZ 32.26 17.15 60.64 -
YUV 109.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 184 52 207 0.11 0.75 0 0.19 291.1 0.62 0.51
Hex B8 34 CF B 4B 0 13 123 3E 33
Octal 270 64 317 13 113 0 23 443 76 63
Binary 10111000 110100 11001111 1011 1001011 0 10011 100100011 111110 110011

Color Harmonies of #B834CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834CF

Black with #B834CF

Text Example


Text Example

White with #B834CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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