Html Css Color HEX #B675E0 Medium Orchid

📋 copy color: '#B675E0'

red 182 ◦ green 117 ◦ blue 224

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

Shades of Medium Orchid #B675E0

Tints of Medium Orchid #B675E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 34.8%
G = 22.37%
B = 42.83%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B675E0 (or 0xB675E0) is known color: Medium Orchid. HEX triplet: B6, 75 and E0. RGB value is (182,117,224). Sum of RGB (Red+Green+Blue) = 182+117+224=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #B675E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675E0 is #498A1F. Grayscale: #949494. Windows color (decimal): -4819488 or 14710198. OLE color: 14710198.

HSL color Cylindrical-coordinate representation of color #B675E0: hue angle of 276.45º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B675E0 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 117 224 -
CMYK 0.19 0.48 0 0.12
HSL 276.45º 0.63% 0.67% -
HSV(B) 276.45º 0.48% 0.88% -
XYZ 39.11 28.05 73.87 -
YUV 148.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 182 117 224 0.19 0.48 0 0.12 276.45 0.63 0.67
Hex B6 75 E0 13 30 0 C 114 3F 43
Octal 266 165 340 23 60 0 14 424 77 103
Binary 10110110 1110101 11100000 10011 110000 0 1100 100010100 111111 1000011

Color Harmonies of #B675E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675E0

Black with #B675E0

Text Example


Text Example

White with #B675E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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