Html Css Color HEX #B758FF Medium Orchid

📋 copy color: '#B758FF'

red 183 ◦ green 88 ◦ blue 255

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

Shades of Medium Orchid #B758FF

Tints of Medium Orchid #B758FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 34.79%
G = 16.73%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B758FF (or 0xB758FF) is known color: Medium Orchid. HEX triplet: B7, 58 and FF. RGB value is (183,88,255). Sum of RGB (Red+Green+Blue) = 183+88+255=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #B758FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758FF is #48A700. Grayscale: #868686. Windows color (decimal): -4761345 or 16734391. OLE color: 16734391.

HSL color Cylindrical-coordinate representation of color #B758FF: hue angle of 274.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B758FF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 88 255 -
CMYK 0.28 0.65 0 0
HSL 274.13º 1% 0.67% -
HSV(B) 274.13º 0.65% 1% -
XYZ 41.07 24.27 97.13 -
YUV 135.44 195.47 161.92 -
System Red Green Blue C M Y K H S L
Decimal 183 88 255 0.28 0.65 0 0 274.13 1 0.67
Hex B7 58 FF 1C 41 0 0 112 64 43
Octal 267 130 377 34 101 0 0 422 144 103
Binary 10110111 1011000 11111111 11100 1000001 0 0 100010010 1100100 1000011

Color Harmonies of #B758FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758FF

Black with #B758FF

Text Example


Text Example

White with #B758FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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