Html Css Color HEX #B760FB Medium Orchid

📋 copy color: '#B760FB'

red 183 ◦ green 96 ◦ blue 251

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

Shades of Medium Orchid #B760FB

Tints of Medium Orchid #B760FB

RGB

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

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

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

R = 34.53%
G = 18.11%
B = 47.36%

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

#B760FB (or 0xB760FB) is known color: Medium Orchid. HEX triplet: B7, 60 and FB. RGB value is (183,96,251). Sum of RGB (Red+Green+Blue) = 183+96+251=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #B760FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760FB is #489F04. Grayscale: #8B8B8B. Windows color (decimal): -4759301 or 16474295. OLE color: 16474295.

HSL color Cylindrical-coordinate representation of color #B760FB: hue angle of 273.68º degrees, saturation: 0.95, 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 #B760FB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 96 251 -
CMYK 0.27 0.62 0 0.02
HSL 273.68º 0.95% 0.68% -
HSV(B) 273.68º 0.62% 0.98% -
XYZ 41.12 25.4 94 -
YUV 139.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 183 96 251 0.27 0.62 0 0.02 273.68 0.95 0.68
Hex B7 60 FB 1B 3E 0 2 112 5F 44
Octal 267 140 373 33 76 0 2 422 137 104
Binary 10110111 1100000 11111011 11011 111110 0 10 100010010 1011111 1000100

Color Harmonies of #B760FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760FB

Black with #B760FB

Text Example


Text Example

White with #B760FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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