Html Css Color HEX #B750EA Medium Orchid

📋 copy color: '#B750EA'

red 183 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #B750EA

Tints of Medium Orchid #B750EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.1%

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

R = 36.82%
G = 16.1%
B = 47.08%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B750EA (or 0xB750EA) is known color: Medium Orchid. HEX triplet: B7, 50 and EA. RGB value is (183,80,234). Sum of RGB (Red+Green+Blue) = 183+80+234=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #B750EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750EA is #48AF15. Grayscale: #7F7F7F. Windows color (decimal): -4763414 or 15356087. OLE color: 15356087.

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

Color convert

RGB 183 80 234 -
CMYK 0.22 0.66 0 0.08
HSL 280.13º 0.79% 0.62% -
HSV(B) 280.13º 0.66% 0.92% -
XYZ 37.25 21.75 80.08 -
YUV 128.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 183 80 234 0.22 0.66 0 0.08 280.13 0.79 0.62
Hex B7 50 EA 16 42 0 8 118 4F 3E
Octal 267 120 352 26 102 0 10 430 117 76
Binary 10110111 1010000 11101010 10110 1000010 0 1000 100011000 1001111 111110

Color Harmonies of #B750EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750EA

Black with #B750EA

Text Example


Text Example

White with #B750EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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