Html Css Color HEX #B734EA Medium Orchid

📋 copy color: '#B734EA'

red 183 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #B734EA

Tints of Medium Orchid #B734EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 39.02%
G = 11.09%
B = 49.89%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B734EA (or 0xB734EA) is known color: Medium Orchid. HEX triplet: B7, 34 and EA. RGB value is (183,52,234). Sum of RGB (Red+Green+Blue) = 183+52+234=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #B734EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734EA is #48CB15. Grayscale: #6F6F6F. Windows color (decimal): -4770582 or 15348919. OLE color: 15348919.

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

Color convert

RGB 183 52 234 -
CMYK 0.22 0.78 0 0.08
HSL 283.19º 0.81% 0.56% -
HSV(B) 283.19º 0.78% 0.92% -
XYZ 35.61 18.46 79.53 -
YUV 111.92 196.9 178.7 -
System Red Green Blue C M Y K H S L
Decimal 183 52 234 0.22 0.78 0 0.08 283.19 0.81 0.56
Hex B7 34 EA 16 4E 0 8 11B 51 38
Octal 267 64 352 26 116 0 10 433 121 70
Binary 10110111 110100 11101010 10110 1001110 0 1000 100011011 1010001 111000

Color Harmonies of #B734EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734EA

Black with #B734EA

Text Example


Text Example

White with #B734EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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