Html Css Color HEX #B760FA Medium Orchid

📋 copy color: '#B760FA'

red 183 ◦ green 96 ◦ blue 250

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

Shades of Medium Orchid #B760FA

Tints of Medium Orchid #B760FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.15%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 34.59%
G = 18.15%
B = 47.26%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B760FA (or 0xB760FA) is known color: Medium Orchid. HEX triplet: B7, 60 and FA. RGB value is (183,96,250). Sum of RGB (Red+Green+Blue) = 183+96+250=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #B760FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760FA is #489F05. Grayscale: #8B8B8B. Windows color (decimal): -4759302 or 16408759. OLE color: 16408759.

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

Color convert

RGB 183 96 250 -
CMYK 0.27 0.62 0 0.02
HSL 273.9º 0.94% 0.68% -
HSV(B) 273.9º 0.62% 0.98% -
XYZ 40.97 25.34 93.17 -
YUV 139.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 183 96 250 0.27 0.62 0 0.02 273.9 0.94 0.68
Hex B7 60 FA 1B 3E 0 2 112 5E 44
Octal 267 140 372 33 76 0 2 422 136 104
Binary 10110111 1100000 11111010 11011 111110 0 10 100010010 1011110 1000100

Color Harmonies of #B760FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760FA

Black with #B760FA

Text Example


Text Example

White with #B760FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760FA; }

 p { color: rgb(183,96,250); }

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

background-color css

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

 a { background-color: rgb(183,96,250); }

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

border-color css

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

 span { border-color: rgb(183,96,250); }

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