Html Css Color HEX #B650D0 Medium Orchid

📋 copy color: '#B650D0'

red 182 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #B650D0

Tints of Medium Orchid #B650D0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 38.72%
G = 17.02%
B = 44.26%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B650D0 (or 0xB650D0) is known color: Medium Orchid. HEX triplet: B6, 50 and D0. RGB value is (182,80,208). Sum of RGB (Red+Green+Blue) = 182+80+208=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #B650D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650D0 is #49AF2F. Grayscale: #7C7C7C. Windows color (decimal): -4828976 or 13652150. OLE color: 13652150.

HSL color Cylindrical-coordinate representation of color #B650D0: hue angle of 287.81º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B650D0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 80 208 -
CMYK 0.12 0.62 0 0.18
HSL 287.81º 0.58% 0.56% -
HSV(B) 287.81º 0.62% 0.82% -
XYZ 33.55 20.24 61.81 -
YUV 125.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 182 80 208 0.12 0.62 0 0.18 287.81 0.58 0.56
Hex B6 50 D0 C 3E 0 12 120 3A 38
Octal 266 120 320 14 76 0 22 440 72 70
Binary 10110110 1010000 11010000 1100 111110 0 10010 100100000 111010 111000

Color Harmonies of #B650D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650D0

Black with #B650D0

Text Example


Text Example

White with #B650D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650D0; }

 p { color: rgb(182,80,208); }

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

background-color css

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

 a { background-color: rgb(182,80,208); }

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

border-color css

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

 span { border-color: rgb(182,80,208); }

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