Html Css Color HEX #B751CF Medium Orchid

📋 copy color: '#B751CF'

red 183 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #B751CF

Tints of Medium Orchid #B751CF

RGB

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

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

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

R = 38.85%
G = 17.2%
B = 43.95%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B751CF (or 0xB751CF) is known color: Medium Orchid. HEX triplet: B7, 51 and CF. RGB value is (183,81,207). Sum of RGB (Red+Green+Blue) = 183+81+207=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #B751CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751CF is #48AE30. Grayscale: #7D7D7D. Windows color (decimal): -4763185 or 13586871. OLE color: 13586871.

HSL color Cylindrical-coordinate representation of color #B751CF: hue angle of 288.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B751CF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 81 207 -
CMYK 0.12 0.61 0 0.19
HSL 288.57º 0.57% 0.56% -
HSV(B) 288.57º 0.61% 0.81% -
XYZ 33.73 20.46 61.2 -
YUV 125.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 183 81 207 0.12 0.61 0 0.19 288.57 0.57 0.56
Hex B7 51 CF C 3D 0 13 121 39 38
Octal 267 121 317 14 75 0 23 441 71 70
Binary 10110111 1010001 11001111 1100 111101 0 10011 100100001 111001 111000

Color Harmonies of #B751CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B751CF

Black with #B751CF

Text Example


Text Example

White with #B751CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B751CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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