Html Css Color HEX #B675E4 Medium Orchid

📋 copy color: '#B675E4'

red 182 ◦ green 117 ◦ blue 228

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

Shades of Medium Orchid #B675E4

Tints of Medium Orchid #B675E4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.2%

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 34.54%
G = 22.2%
B = 43.26%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B675E4 (or 0xB675E4) is known color: Medium Orchid. HEX triplet: B6, 75 and E4. RGB value is (182,117,228). Sum of RGB (Red+Green+Blue) = 182+117+228=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #B675E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675E4 is #498A1B. Grayscale: #949494. Windows color (decimal): -4819484 or 14972342. OLE color: 14972342.

HSL color Cylindrical-coordinate representation of color #B675E4: hue angle of 275.14º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B675E4 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 117 228 -
CMYK 0.20 0.49 0 0.11
HSL 275.14º 0.67% 0.68% -
HSV(B) 275.14º 0.49% 0.89% -
XYZ 39.66 28.27 76.77 -
YUV 149.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 182 117 228 0.20 0.49 0 0.11 275.14 0.67 0.68
Hex B6 75 E4 14 31 0 B 113 43 44
Octal 266 165 344 24 61 0 13 423 103 104
Binary 10110110 1110101 11100100 10100 110001 0 1011 100010011 1000011 1000100

Color Harmonies of #B675E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675E4

Black with #B675E4

Text Example


Text Example

White with #B675E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675E4; }

 p { color: rgb(182,117,228); }

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

background-color css

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

 a { background-color: rgb(182,117,228); }

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

border-color css

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

 span { border-color: rgb(182,117,228); }

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