Html Css Color HEX #B75ACF Medium Orchid

📋 copy color: '#B75ACF'

red 183 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B75ACF

Tints of Medium Orchid #B75ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.75%

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

R = 38.13%
G = 18.75%
B = 43.13%

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

#B75ACF (or 0xB75ACF) is known color: Medium Orchid. HEX triplet: B7, 5A and CF. RGB value is (183,90,207). Sum of RGB (Red+Green+Blue) = 183+90+207=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #B75ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ACF is #48A530. Grayscale: #828282. Windows color (decimal): -4760881 or 13589175. OLE color: 13589175.

HSL color Cylindrical-coordinate representation of color #B75ACF: hue angle of 287.69º 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 #B75ACF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 90 207 -
CMYK 0.12 0.57 0 0.19
HSL 287.69º 0.55% 0.58% -
HSV(B) 287.69º 0.57% 0.81% -
XYZ 34.45 21.88 61.44 -
YUV 131.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 183 90 207 0.12 0.57 0 0.19 287.69 0.55 0.58
Hex B7 5A CF C 39 0 13 120 37 3A
Octal 267 132 317 14 71 0 23 440 67 72
Binary 10110111 1011010 11001111 1100 111001 0 10011 100100000 110111 111010

Color Harmonies of #B75ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75ACF

Black with #B75ACF

Text Example


Text Example

White with #B75ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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