Html Css Color HEX #B758E0 Medium Orchid

📋 copy color: '#B758E0'

red 183 ◦ green 88 ◦ blue 224

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

Shades of Medium Orchid #B758E0

Tints of Medium Orchid #B758E0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.78%

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 36.97%
G = 17.78%
B = 45.25%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B758E0 (or 0xB758E0) is known color: Medium Orchid. HEX triplet: B7, 58 and E0. RGB value is (183,88,224). Sum of RGB (Red+Green+Blue) = 183+88+224=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #B758E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758E0 is #48A71F. Grayscale: #838383. Windows color (decimal): -4761376 or 14702775. OLE color: 14702775.

HSL color Cylindrical-coordinate representation of color #B758E0: hue angle of 281.91º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B758E0 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 88 224 -
CMYK 0.18 0.61 0 0.12
HSL 281.91º 0.69% 0.61% -
HSV(B) 281.91º 0.61% 0.88% -
XYZ 36.47 22.43 72.93 -
YUV 131.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 183 88 224 0.18 0.61 0 0.12 281.91 0.69 0.61
Hex B7 58 E0 12 3D 0 C 11A 45 3D
Octal 267 130 340 22 75 0 14 432 105 75
Binary 10110111 1011000 11100000 10010 111101 0 1100 100011010 1000101 111101

Color Harmonies of #B758E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758E0

Black with #B758E0

Text Example


Text Example

White with #B758E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758E0; }

 p { color: rgb(183,88,224); }

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

background-color css

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

 a { background-color: rgb(183,88,224); }

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

border-color css

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

 span { border-color: rgb(183,88,224); }

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