Html Css Color HEX #B651CB Medium Orchid

📋 copy color: '#B651CB'

red 182 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #B651CB

Tints of Medium Orchid #B651CB

RGB

 RED value IS 182 (71.48% from 255) = 39.06%

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 39.06%
G = 17.38%
B = 43.56%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B651CB (or 0xB651CB) is known color: Medium Orchid. HEX triplet: B6, 51 and CB. RGB value is (182,81,203). Sum of RGB (Red+Green+Blue) = 182+81+203=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B651CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651CB is #49AE34. Grayscale: #7C7C7C. Windows color (decimal): -4828725 or 13324726. OLE color: 13324726.

HSL color Cylindrical-coordinate representation of color #B651CB: hue angle of 289.67º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B651CB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 81 203 -
CMYK 0.10 0.60 0 0.20
HSL 289.67º 0.54% 0.56% -
HSV(B) 289.67º 0.6% 0.8% -
XYZ 33.01 20.14 58.65 -
YUV 125.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 182 81 203 0.10 0.60 0 0.20 289.67 0.54 0.56
Hex B6 51 CB A 3C 0 14 122 36 38
Octal 266 121 313 12 74 0 24 442 66 70
Binary 10110110 1010001 11001011 1010 111100 0 10100 100100010 110110 111000

Color Harmonies of #B651CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B651CB

Black with #B651CB

Text Example


Text Example

White with #B651CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B651CB; }

 p { color: rgb(182,81,203); }

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

background-color css

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

 a { background-color: rgb(182,81,203); }

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

border-color css

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

 span { border-color: rgb(182,81,203); }

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