Html Css Color HEX #B734D0 Medium Orchid

📋 copy color: '#B734D0'

red 183 ◦ green 52 ◦ blue 208

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

Shades of Medium Orchid #B734D0

Tints of Medium Orchid #B734D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 41.31%
G = 11.74%
B = 46.95%

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

#B734D0 (or 0xB734D0) is known color: Medium Orchid. HEX triplet: B7, 34 and D0. RGB value is (183,52,208). Sum of RGB (Red+Green+Blue) = 183+52+208=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #B734D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734D0 is #48CB2F. Grayscale: #6C6C6C. Windows color (decimal): -4770608 or 13644983. OLE color: 13644983.

HSL color Cylindrical-coordinate representation of color #B734D0: hue angle of 290.38º degrees, saturation: 0.62, 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 #B734D0 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 52 208 -
CMYK 0.12 0.75 0 0.18
HSL 290.38º 0.62% 0.51% -
HSV(B) 290.38º 0.75% 0.82% -
XYZ 32.14 17.08 61.28 -
YUV 108.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 183 52 208 0.12 0.75 0 0.18 290.38 0.62 0.51
Hex B7 34 D0 C 4B 0 12 122 3E 33
Octal 267 64 320 14 113 0 22 442 76 63
Binary 10110111 110100 11010000 1100 1001011 0 10010 100100010 111110 110011

Color Harmonies of #B734D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734D0

Black with #B734D0

Text Example


Text Example

White with #B734D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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