Html Css Color HEX #B758FC Medium Orchid

📋 copy color: '#B758FC'

red 183 ◦ green 88 ◦ blue 252

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

Shades of Medium Orchid #B758FC

Tints of Medium Orchid #B758FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 34.99%
G = 16.83%
B = 48.18%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B758FC (or 0xB758FC) is known color: Medium Orchid. HEX triplet: B7, 58 and FC. RGB value is (183,88,252). Sum of RGB (Red+Green+Blue) = 183+88+252=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B758FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758FC is #48A703. Grayscale: #868686. Windows color (decimal): -4761348 or 16537783. OLE color: 16537783.

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

Color convert

RGB 183 88 252 -
CMYK 0.27 0.65 0 0.01
HSL 274.76º 0.96% 0.67% -
HSV(B) 274.76º 0.65% 0.99% -
XYZ 40.59 24.08 94.6 -
YUV 135.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 183 88 252 0.27 0.65 0 0.01 274.76 0.96 0.67
Hex B7 58 FC 1B 41 0 1 113 60 43
Octal 267 130 374 33 101 0 1 423 140 103
Binary 10110111 1011000 11111100 11011 1000001 0 1 100010011 1100000 1000011

Color Harmonies of #B758FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758FC

Black with #B758FC

Text Example


Text Example

White with #B758FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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