Html Css Color HEX #B674CB Medium Orchid

📋 copy color: '#B674CB'

red 182 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #B674CB

Tints of Medium Orchid #B674CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 36.33%
G = 23.15%
B = 40.52%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B674CB (or 0xB674CB) is known color: Medium Orchid. HEX triplet: B6, 74 and CB. RGB value is (182,116,203). Sum of RGB (Red+Green+Blue) = 182+116+203=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B674CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674CB is #498B34. Grayscale: #919191. Windows color (decimal): -4819765 or 13333686. OLE color: 13333686.

HSL color Cylindrical-coordinate representation of color #B674CB: hue angle of 285.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B674CB is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 116 203 -
CMYK 0.10 0.43 0 0.20
HSL 285.52º 0.46% 0.63% -
HSV(B) 285.52º 0.43% 0.8% -
XYZ 36.32 26.75 59.75 -
YUV 145.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 182 116 203 0.10 0.43 0 0.20 285.52 0.46 0.63
Hex B6 74 CB A 2B 0 14 11E 2E 3F
Octal 266 164 313 12 53 0 24 436 56 77
Binary 10110110 1110100 11001011 1010 101011 0 10100 100011110 101110 111111

Color Harmonies of #B674CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674CB

Black with #B674CB

Text Example


Text Example

White with #B674CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674CB; }

 p { color: rgb(182,116,203); }

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

background-color css

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

 a { background-color: rgb(182,116,203); }

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

border-color css

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

 span { border-color: rgb(182,116,203); }

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