Html Css Color HEX #B675D4 Medium Orchid

📋 copy color: '#B675D4'

red 182 ◦ green 117 ◦ blue 212

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

Shades of Medium Orchid #B675D4

Tints of Medium Orchid #B675D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 35.62%
G = 22.9%
B = 41.49%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B675D4 (or 0xB675D4) is known color: Medium Orchid. HEX triplet: B6, 75 and D4. RGB value is (182,117,212). Sum of RGB (Red+Green+Blue) = 182+117+212=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #B675D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675D4 is #498A2B. Grayscale: #929292. Windows color (decimal): -4819500 or 13923766. OLE color: 13923766.

HSL color Cylindrical-coordinate representation of color #B675D4: hue angle of 281.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B675D4 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 117 212 -
CMYK 0.14 0.45 0 0.17
HSL 281.05º 0.52% 0.65% -
HSV(B) 281.05º 0.45% 0.83% -
XYZ 37.54 27.42 65.6 -
YUV 147.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 182 117 212 0.14 0.45 0 0.17 281.05 0.52 0.65
Hex B6 75 D4 E 2D 0 11 119 34 41
Octal 266 165 324 16 55 0 21 431 64 101
Binary 10110110 1110101 11010100 1110 101101 0 10001 100011001 110100 1000001

Color Harmonies of #B675D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675D4

Black with #B675D4

Text Example


Text Example

White with #B675D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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