Html Css Color HEX #B740DD Medium Orchid

📋 copy color: '#B740DD'

red 183 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #B740DD

Tints of Medium Orchid #B740DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 39.1%
G = 13.68%
B = 47.22%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B740DD (or 0xB740DD) is known color: Medium Orchid. HEX triplet: B7, 40 and DD. RGB value is (183,64,221). Sum of RGB (Red+Green+Blue) = 183+64+221=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B740DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740DD is #48BF22. Grayscale: #747474. Windows color (decimal): -4767523 or 14500023. OLE color: 14500023.

HSL color Cylindrical-coordinate representation of color #B740DD: hue angle of 285.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B740DD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 64 221 -
CMYK 0.17 0.71 0 0.13
HSL 285.48º 0.7% 0.56% -
HSV(B) 285.48º 0.71% 0.87% -
XYZ 34.41 18.95 70.25 -
YUV 117.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 183 64 221 0.17 0.71 0 0.13 285.48 0.7 0.56
Hex B7 40 DD 11 47 0 D 11D 46 38
Octal 267 100 335 21 107 0 15 435 106 70
Binary 10110111 1000000 11011101 10001 1000111 0 1101 100011101 1000110 111000

Color Harmonies of #B740DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740DD

Black with #B740DD

Text Example


Text Example

White with #B740DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740DD; }

 p { color: rgb(183,64,221); }

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

background-color css

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

 a { background-color: rgb(183,64,221); }

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

border-color css

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

 span { border-color: rgb(183,64,221); }

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