Html Css Color HEX #B734EE Medium Orchid

📋 copy color: '#B734EE'

red 183 ◦ green 52 ◦ blue 238

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

Shades of Medium Orchid #B734EE

Tints of Medium Orchid #B734EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 38.69%
G = 10.99%
B = 50.32%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B734EE (or 0xB734EE) is known color: Medium Orchid. HEX triplet: B7, 34 and EE. RGB value is (183,52,238). Sum of RGB (Red+Green+Blue) = 183+52+238=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #B734EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734EE is #48CB11. Grayscale: #6F6F6F. Windows color (decimal): -4770578 or 15611063. OLE color: 15611063.

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

Color convert

RGB 183 52 238 -
CMYK 0.23 0.78 0 0.07
HSL 282.26º 0.85% 0.57% -
HSV(B) 282.26º 0.78% 0.93% -
XYZ 36.19 18.7 82.59 -
YUV 112.37 198.9 178.38 -
System Red Green Blue C M Y K H S L
Decimal 183 52 238 0.23 0.78 0 0.07 282.26 0.85 0.57
Hex B7 34 EE 17 4E 0 7 11A 55 39
Octal 267 64 356 27 116 0 7 432 125 71
Binary 10110111 110100 11101110 10111 1001110 0 111 100011010 1010101 111001

Color Harmonies of #B734EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734EE

Black with #B734EE

Text Example


Text Example

White with #B734EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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