Html Css Color HEX #B734EC Medium Orchid

📋 copy color: '#B734EC'

red 183 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #B734EC

Tints of Medium Orchid #B734EC

RGB

 RED value IS 183 (71.88% from 255) = 38.85%

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 38.85%
G = 11.04%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B734EC (or 0xB734EC) is known color: Medium Orchid. HEX triplet: B7, 34 and EC. RGB value is (183,52,236). Sum of RGB (Red+Green+Blue) = 183+52+236=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #B734EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734EC is #48CB13. Grayscale: #6F6F6F. Windows color (decimal): -4770580 or 15479991. OLE color: 15479991.

HSL color Cylindrical-coordinate representation of color #B734EC: hue angle of 282.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B734EC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 52 236 -
CMYK 0.22 0.78 0 0.07
HSL 282.72º 0.83% 0.56% -
HSV(B) 282.72º 0.78% 0.93% -
XYZ 35.9 18.58 81.05 -
YUV 112.15 197.9 178.54 -
System Red Green Blue C M Y K H S L
Decimal 183 52 236 0.22 0.78 0 0.07 282.72 0.83 0.56
Hex B7 34 EC 16 4E 0 7 11B 53 38
Octal 267 64 354 26 116 0 7 433 123 70
Binary 10110111 110100 11101100 10110 1001110 0 111 100011011 1010011 111000

Color Harmonies of #B734EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734EC

Black with #B734EC

Text Example


Text Example

White with #B734EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734EC; }

 p { color: rgb(183,52,236); }

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

background-color css

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

 a { background-color: rgb(183,52,236); }

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

border-color css

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

 span { border-color: rgb(183,52,236); }

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