Html Css Color HEX #B673EA Medium Orchid

📋 copy color: '#B673EA'

red 182 ◦ green 115 ◦ blue 234

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

Shades of Medium Orchid #B673EA

Tints of Medium Orchid #B673EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 34.27%
G = 21.66%
B = 44.07%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B673EA (or 0xB673EA) is known color: Medium Orchid. HEX triplet: B6, 73 and EA. RGB value is (182,115,234). Sum of RGB (Red+Green+Blue) = 182+115+234=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #B673EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673EA is #498C15. Grayscale: #949494. Windows color (decimal): -4819990 or 15365046. OLE color: 15365046.

HSL color Cylindrical-coordinate representation of color #B673EA: hue angle of 273.78º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B673EA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 115 234 -
CMYK 0.22 0.51 0 0.08
HSL 273.78º 0.74% 0.68% -
HSV(B) 273.78º 0.51% 0.92% -
XYZ 40.27 28.15 81.15 -
YUV 148.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 182 115 234 0.22 0.51 0 0.08 273.78 0.74 0.68
Hex B6 73 EA 16 33 0 8 112 4A 44
Octal 266 163 352 26 63 0 10 422 112 104
Binary 10110110 1110011 11101010 10110 110011 0 1000 100010010 1001010 1000100

Color Harmonies of #B673EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673EA

Black with #B673EA

Text Example


Text Example

White with #B673EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673EA; }

 p { color: rgb(182,115,234); }

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

background-color css

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

 a { background-color: rgb(182,115,234); }

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

border-color css

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

 span { border-color: rgb(182,115,234); }

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