Html Css Color HEX #B742E8 Medium Orchid

📋 copy color: '#B742E8'

red 183 ◦ green 66 ◦ blue 232

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

Shades of Medium Orchid #B742E8

Tints of Medium Orchid #B742E8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.72%

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 38.05%
G = 13.72%
B = 48.23%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B742E8 (or 0xB742E8) is known color: Medium Orchid. HEX triplet: B7, 42 and E8. RGB value is (183,66,232). Sum of RGB (Red+Green+Blue) = 183+66+232=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #B742E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742E8 is #48BD17. Grayscale: #777777. Windows color (decimal): -4767000 or 15221431. OLE color: 15221431.

HSL color Cylindrical-coordinate representation of color #B742E8: hue angle of 282.29º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B742E8 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 66 232 -
CMYK 0.21 0.72 0 0.09
HSL 282.29º 0.78% 0.58% -
HSV(B) 282.29º 0.72% 0.91% -
XYZ 36.04 19.79 78.26 -
YUV 119.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 183 66 232 0.21 0.72 0 0.09 282.29 0.78 0.58
Hex B7 42 E8 15 48 0 9 11A 4E 3A
Octal 267 102 350 25 110 0 11 432 116 72
Binary 10110111 1000010 11101000 10101 1001000 0 1001 100011010 1001110 111010

Color Harmonies of #B742E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742E8

Black with #B742E8

Text Example


Text Example

White with #B742E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742E8; }

 p { color: rgb(183,66,232); }

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

background-color css

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

 a { background-color: rgb(183,66,232); }

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

border-color css

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

 span { border-color: rgb(183,66,232); }

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