Html Css Color HEX #B671ED Medium Orchid

📋 copy color: '#B671ED'

red 182 ◦ green 113 ◦ blue 237

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

Shades of Medium Orchid #B671ED

Tints of Medium Orchid #B671ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.24%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 34.21%
G = 21.24%
B = 44.55%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B671ED (or 0xB671ED) is known color: Medium Orchid. HEX triplet: B6, 71 and ED. RGB value is (182,113,237). Sum of RGB (Red+Green+Blue) = 182+113+237=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #B671ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671ED is #498E12. Grayscale: #939393. Windows color (decimal): -4820499 or 15561142. OLE color: 15561142.

HSL color Cylindrical-coordinate representation of color #B671ED: hue angle of 273.39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B671ED is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 113 237 -
CMYK 0.23 0.52 0 0.07
HSL 273.39º 0.78% 0.69% -
HSV(B) 273.39º 0.52% 0.93% -
XYZ 40.48 27.87 83.37 -
YUV 147.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 182 113 237 0.23 0.52 0 0.07 273.39 0.78 0.69
Hex B6 71 ED 17 34 0 7 111 4E 45
Octal 266 161 355 27 64 0 7 421 116 105
Binary 10110110 1110001 11101101 10111 110100 0 111 100010001 1001110 1000101

Color Harmonies of #B671ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671ED

Black with #B671ED

Text Example


Text Example

White with #B671ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671ED; }

 p { color: rgb(182,113,237); }

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

background-color css

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

 a { background-color: rgb(182,113,237); }

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

border-color css

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

 span { border-color: rgb(182,113,237); }

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