Html Css Color HEX #B75FFC Medium Orchid

📋 copy color: '#B75FFC'

red 183 ◦ green 95 ◦ blue 252

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

Shades of Medium Orchid #B75FFC

Tints of Medium Orchid #B75FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.92%

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

R = 34.53%
G = 17.92%
B = 47.55%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B75FFC (or 0xB75FFC) is known color: Medium Orchid. HEX triplet: B7, 5F and FC. RGB value is (183,95,252). Sum of RGB (Red+Green+Blue) = 183+95+252=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #B75FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75FFC is #48A003. Grayscale: #8A8A8A. Windows color (decimal): -4759556 or 16539575. OLE color: 16539575.

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

Color convert

RGB 183 95 252 -
CMYK 0.27 0.62 0 0.01
HSL 273.63º 0.96% 0.68% -
HSV(B) 273.63º 0.62% 0.99% -
XYZ 41.19 25.28 94.8 -
YUV 139.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 183 95 252 0.27 0.62 0 0.01 273.63 0.96 0.68
Hex B7 5F FC 1B 3E 0 1 112 60 44
Octal 267 137 374 33 76 0 1 422 140 104
Binary 10110111 1011111 11111100 11011 111110 0 1 100010010 1100000 1000100

Color Harmonies of #B75FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75FFC

Black with #B75FFC

Text Example


Text Example

White with #B75FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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