Html Css Color HEX #B734CE Medium Orchid

📋 copy color: '#B734CE'

red 183 ◦ green 52 ◦ blue 206

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

Shades of Medium Orchid #B734CE

Tints of Medium Orchid #B734CE

RGB

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

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

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

R = 41.5%
G = 11.79%
B = 46.71%

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

#B734CE (or 0xB734CE) is known color: Medium Orchid. HEX triplet: B7, 34 and CE. RGB value is (183,52,206). Sum of RGB (Red+Green+Blue) = 183+52+206=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B734CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734CE is #48CB31. Grayscale: #6C6C6C. Windows color (decimal): -4770610 or 13513911. OLE color: 13513911.

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

Color convert

RGB 183 52 206 -
CMYK 0.11 0.75 0 0.19
HSL 291.04º 0.61% 0.51% -
HSV(B) 291.04º 0.75% 0.81% -
XYZ 31.9 16.98 59.99 -
YUV 108.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 183 52 206 0.11 0.75 0 0.19 291.04 0.61 0.51
Hex B7 34 CE B 4B 0 13 123 3D 33
Octal 267 64 316 13 113 0 23 443 75 63
Binary 10110111 110100 11001110 1011 1001011 0 10011 100100011 111101 110011

Color Harmonies of #B734CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734CE

Black with #B734CE

Text Example


Text Example

White with #B734CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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