Html Css Color HEX #B665DE Medium Orchid

📋 copy color: '#B665DE'

red 182 ◦ green 101 ◦ blue 222

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

Shades of Medium Orchid #B665DE

Tints of Medium Orchid #B665DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20%

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 36.04%
G = 20%
B = 43.96%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B665DE (or 0xB665DE) is known color: Medium Orchid. HEX triplet: B6, 65 and DE. RGB value is (182,101,222). Sum of RGB (Red+Green+Blue) = 182+101+222=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #B665DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665DE is #499A21. Grayscale: #8A8A8A. Windows color (decimal): -4823586 or 14575030. OLE color: 14575030.

HSL color Cylindrical-coordinate representation of color #B665DE: hue angle of 280.17º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B665DE is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 101 222 -
CMYK 0.18 0.55 0 0.13
HSL 280.17º 0.65% 0.63% -
HSV(B) 280.17º 0.55% 0.87% -
XYZ 37.13 24.53 71.88 -
YUV 139.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 182 101 222 0.18 0.55 0 0.13 280.17 0.65 0.63
Hex B6 65 DE 12 37 0 D 118 41 3F
Octal 266 145 336 22 67 0 15 430 101 77
Binary 10110110 1100101 11011110 10010 110111 0 1101 100011000 1000001 111111

Color Harmonies of #B665DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665DE

Black with #B665DE

Text Example


Text Example

White with #B665DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665DE; }

 p { color: rgb(182,101,222); }

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

background-color css

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

 a { background-color: rgb(182,101,222); }

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

border-color css

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

 span { border-color: rgb(182,101,222); }

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