Html Css Color HEX #B734D1 Medium Orchid

📋 copy color: '#B734D1'

red 183 ◦ green 52 ◦ blue 209

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

Shades of Medium Orchid #B734D1

Tints of Medium Orchid #B734D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 41.22%
G = 11.71%
B = 47.07%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B734D1 (or 0xB734D1) is known color: Medium Orchid. HEX triplet: B7, 34 and D1. RGB value is (183,52,209). Sum of RGB (Red+Green+Blue) = 183+52+209=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #B734D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734D1 is #48CB2E. Grayscale: #6C6C6C. Windows color (decimal): -4770607 or 13710519. OLE color: 13710519.

HSL color Cylindrical-coordinate representation of color #B734D1: hue angle of 290.06º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B734D1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 52 209 -
CMYK 0.12 0.75 0 0.18
HSL 290.06º 0.63% 0.51% -
HSV(B) 290.06º 0.75% 0.82% -
XYZ 32.27 17.13 61.93 -
YUV 109.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 183 52 209 0.12 0.75 0 0.18 290.06 0.63 0.51
Hex B7 34 D1 C 4B 0 12 122 3F 33
Octal 267 64 321 14 113 0 22 442 77 63
Binary 10110111 110100 11010001 1100 1001011 0 10010 100100010 111111 110011

Color Harmonies of #B734D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734D1

Black with #B734D1

Text Example


Text Example

White with #B734D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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