Html Css Color HEX #B75AFB Medium Orchid

📋 copy color: '#B75AFB'

red 183 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B75AFB

Tints of Medium Orchid #B75AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 34.92%
G = 17.18%
B = 47.9%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B75AFB (or 0xB75AFB) is known color: Medium Orchid. HEX triplet: B7, 5A and FB. RGB value is (183,90,251). Sum of RGB (Red+Green+Blue) = 183+90+251=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B75AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75AFB is #48A504. Grayscale: #878787. Windows color (decimal): -4760837 or 16472759. OLE color: 16472759.

HSL color Cylindrical-coordinate representation of color #B75AFB: hue angle of 274.66º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75AFB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 90 251 -
CMYK 0.27 0.64 0 0.02
HSL 274.66º 0.95% 0.67% -
HSV(B) 274.66º 0.64% 0.98% -
XYZ 40.6 24.34 93.83 -
YUV 136.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 183 90 251 0.27 0.64 0 0.02 274.66 0.95 0.67
Hex B7 5A FB 1B 40 0 2 113 5F 43
Octal 267 132 373 33 100 0 2 423 137 103
Binary 10110111 1011010 11111011 11011 1000000 0 10 100010011 1011111 1000011

Color Harmonies of #B75AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75AFB

Black with #B75AFB

Text Example


Text Example

White with #B75AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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