Html Css Color HEX #B758CF Medium Orchid

📋 copy color: '#B758CF'

red 183 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #B758CF

Tints of Medium Orchid #B758CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 38.28%
G = 18.41%
B = 43.31%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B758CF (or 0xB758CF) is known color: Medium Orchid. HEX triplet: B7, 58 and CF. RGB value is (183,88,207). Sum of RGB (Red+Green+Blue) = 183+88+207=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #B758CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B758CF is #48A730. Grayscale: #818181. Windows color (decimal): -4761393 or 13588663. OLE color: 13588663.

HSL color Cylindrical-coordinate representation of color #B758CF: hue angle of 287.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B758CF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 88 207 -
CMYK 0.12 0.57 0 0.19
HSL 287.9º 0.55% 0.58% -
HSV(B) 287.9º 0.57% 0.81% -
XYZ 34.28 21.55 61.38 -
YUV 129.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 183 88 207 0.12 0.57 0 0.19 287.9 0.55 0.58
Hex B7 58 CF C 39 0 13 120 37 3A
Octal 267 130 317 14 71 0 23 440 67 72
Binary 10110111 1011000 11001111 1100 111001 0 10011 100100000 110111 111010

Color Harmonies of #B758CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758CF

Black with #B758CF

Text Example


Text Example

White with #B758CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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