Html Css Color HEX #B751FA Medium Orchid

📋 copy color: '#B751FA'

red 183 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #B751FA

Tints of Medium Orchid #B751FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.76%

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

R = 35.6%
G = 15.76%
B = 48.64%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B751FA (or 0xB751FA) is known color: Medium Orchid. HEX triplet: B7, 51 and FA. RGB value is (183,81,250). Sum of RGB (Red+Green+Blue) = 183+81+250=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #B751FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B751FA is #48AE05. Grayscale: #828282. Windows color (decimal): -4763142 or 16404919. OLE color: 16404919.

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

Color convert

RGB 183 81 250 -
CMYK 0.27 0.68 0 0.02
HSL 276.21º 0.94% 0.65% -
HSV(B) 276.21º 0.68% 0.98% -
XYZ 39.73 22.85 92.76 -
YUV 130.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 183 81 250 0.27 0.68 0 0.02 276.21 0.94 0.65
Hex B7 51 FA 1B 44 0 2 114 5E 41
Octal 267 121 372 33 104 0 2 424 136 101
Binary 10110111 1010001 11111010 11011 1000100 0 10 100010100 1011110 1000001

Color Harmonies of #B751FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B751FA

Black with #B751FA

Text Example


Text Example

White with #B751FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B751FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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