Html Css Color HEX #B744EB Medium Orchid

📋 copy color: '#B744EB'

red 183 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #B744EB

Tints of Medium Orchid #B744EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 37.65%
G = 13.99%
B = 48.35%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B744EB (or 0xB744EB) is known color: Medium Orchid. HEX triplet: B7, 44 and EB. RGB value is (183,68,235). Sum of RGB (Red+Green+Blue) = 183+68+235=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #B744EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744EB is #48BB14. Grayscale: #787878. Windows color (decimal): -4766485 or 15418551. OLE color: 15418551.

HSL color Cylindrical-coordinate representation of color #B744EB: hue angle of 281.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B744EB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 68 235 -
CMYK 0.22 0.71 0 0.08
HSL 281.32º 0.81% 0.59% -
HSV(B) 281.32º 0.71% 0.92% -
XYZ 36.59 20.2 80.57 -
YUV 121.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 183 68 235 0.22 0.71 0 0.08 281.32 0.81 0.59
Hex B7 44 EB 16 47 0 8 119 51 3B
Octal 267 104 353 26 107 0 10 431 121 73
Binary 10110111 1000100 11101011 10110 1000111 0 1000 100011001 1010001 111011

Color Harmonies of #B744EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744EB

Black with #B744EB

Text Example


Text Example

White with #B744EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744EB; }

 p { color: rgb(183,68,235); }

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

background-color css

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

 a { background-color: rgb(183,68,235); }

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

border-color css

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

 span { border-color: rgb(183,68,235); }

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