Html Css Color HEX #B734DF Medium Orchid

📋 copy color: '#B734DF'

red 183 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #B734DF

Tints of Medium Orchid #B734DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 39.96%
G = 11.35%
B = 48.69%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B734DF (or 0xB734DF) is known color: Medium Orchid. HEX triplet: B7, 34 and DF. RGB value is (183,52,223). Sum of RGB (Red+Green+Blue) = 183+52+223=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #B734DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734DF is #48CB20. Grayscale: #6E6E6E. Windows color (decimal): -4770593 or 14628023. OLE color: 14628023.

HSL color Cylindrical-coordinate representation of color #B734DF: hue angle of 285.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B734DF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 52 223 -
CMYK 0.18 0.77 0 0.13
HSL 285.96º 0.73% 0.54% -
HSV(B) 285.96º 0.77% 0.87% -
XYZ 34.08 17.85 71.46 -
YUV 110.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 183 52 223 0.18 0.77 0 0.13 285.96 0.73 0.54
Hex B7 34 DF 12 4D 0 D 11E 49 36
Octal 267 64 337 22 115 0 15 436 111 66
Binary 10110111 110100 11011111 10010 1001101 0 1101 100011110 1001001 110110

Color Harmonies of #B734DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734DF

Black with #B734DF

Text Example


Text Example

White with #B734DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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