Html Css Color HEX #B744EA Medium Orchid

📋 copy color: '#B744EA'

red 183 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #B744EA

Tints of Medium Orchid #B744EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 37.73%
G = 14.02%
B = 48.25%

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

#B744EA (or 0xB744EA) is known color: Medium Orchid. HEX triplet: B7, 44 and EA. RGB value is (183,68,234). Sum of RGB (Red+Green+Blue) = 183+68+234=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B744EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744EA is #48BB15. Grayscale: #787878. Windows color (decimal): -4766486 or 15353015. OLE color: 15353015.

HSL color Cylindrical-coordinate representation of color #B744EA: hue angle of 281.57º degrees, saturation: 0.8, 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 #B744EA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 68 234 -
CMYK 0.22 0.71 0 0.08
HSL 281.57º 0.8% 0.59% -
HSV(B) 281.57º 0.71% 0.92% -
XYZ 36.45 20.14 79.81 -
YUV 121.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 183 68 234 0.22 0.71 0 0.08 281.57 0.8 0.59
Hex B7 44 EA 16 47 0 8 11A 50 3B
Octal 267 104 352 26 107 0 10 432 120 73
Binary 10110111 1000100 11101010 10110 1000111 0 1000 100011010 1010000 111011

Color Harmonies of #B744EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744EA

Black with #B744EA

Text Example


Text Example

White with #B744EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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