Html Css Color HEX #B742EB Medium Orchid

📋 copy color: '#B742EB'

red 183 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #B742EB

Tints of Medium Orchid #B742EB

RGB

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

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

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

R = 37.81%
G = 13.64%
B = 48.55%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B742EB (or 0xB742EB) is known color: Medium Orchid. HEX triplet: B7, 42 and EB. RGB value is (183,66,235). Sum of RGB (Red+Green+Blue) = 183+66+235=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #B742EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B742EB is #48BD14. Grayscale: #777777. Windows color (decimal): -4766997 or 15418039. OLE color: 15418039.

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

Color convert

RGB 183 66 235 -
CMYK 0.22 0.72 0 0.08
HSL 281.54º 0.81% 0.59% -
HSV(B) 281.54º 0.72% 0.92% -
XYZ 36.47 19.96 80.53 -
YUV 120.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 183 66 235 0.22 0.72 0 0.08 281.54 0.81 0.59
Hex B7 42 EB 16 48 0 8 11A 51 3B
Octal 267 102 353 26 110 0 10 432 121 73
Binary 10110111 1000010 11101011 10110 1001000 0 1000 100011010 1010001 111011

Color Harmonies of #B742EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742EB

Black with #B742EB

Text Example


Text Example

White with #B742EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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