Html Css Color HEX #B738DD Medium Orchid

📋 copy color: '#B738DD'

red 183 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #B738DD

Tints of Medium Orchid #B738DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.17%

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

R = 39.78%
G = 12.17%
B = 48.04%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B738DD (or 0xB738DD) is known color: Medium Orchid. HEX triplet: B7, 38 and DD. RGB value is (183,56,221). Sum of RGB (Red+Green+Blue) = 183+56+221=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #B738DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738DD is #48C722. Grayscale: #707070. Windows color (decimal): -4769571 or 14497975. OLE color: 14497975.

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

Color convert

RGB 183 56 221 -
CMYK 0.17 0.75 0 0.13
HSL 286.18º 0.71% 0.54% -
HSV(B) 286.18º 0.75% 0.87% -
XYZ 33.99 18.12 70.11 -
YUV 112.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 183 56 221 0.17 0.75 0 0.13 286.18 0.71 0.54
Hex B7 38 DD 11 4B 0 D 11E 47 36
Octal 267 70 335 21 113 0 15 436 107 66
Binary 10110111 111000 11011101 10001 1001011 0 1101 100011110 1000111 110110

Color Harmonies of #B738DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738DD

Black with #B738DD

Text Example


Text Example

White with #B738DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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