Html Css Color HEX #B638F8 Medium Orchid

📋 copy color: '#B638F8'

red 182 ◦ green 56 ◦ blue 248

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

Shades of Medium Orchid #B638F8

Tints of Medium Orchid #B638F8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.52%

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 37.45%
G = 11.52%
B = 51.03%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B638F8 (or 0xB638F8) is known color: Medium Orchid. HEX triplet: B6, 38 and F8. RGB value is (182,56,248). Sum of RGB (Red+Green+Blue) = 182+56+248=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #B638F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B638F8 is #49C707. Grayscale: #727272. Windows color (decimal): -4835080 or 16267446. OLE color: 16267446.

HSL color Cylindrical-coordinate representation of color #B638F8: hue angle of 279.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B638F8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 56 248 -
CMYK 0.27 0.77 0 0.03
HSL 279.38º 0.93% 0.6% -
HSV(B) 279.38º 0.77% 0.97% -
XYZ 37.65 19.55 90.6 -
YUV 115.56 202.74 175.39 -
System Red Green Blue C M Y K H S L
Decimal 182 56 248 0.27 0.77 0 0.03 279.38 0.93 0.6
Hex B6 38 F8 1B 4D 0 3 117 5D 3C
Octal 266 70 370 33 115 0 3 427 135 74
Binary 10110110 111000 11111000 11011 1001101 0 11 100010111 1011101 111100

Color Harmonies of #B638F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B638F8

Black with #B638F8

Text Example


Text Example

White with #B638F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B638F8; }

 p { color: rgb(182,56,248); }

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

background-color css

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

 a { background-color: rgb(182,56,248); }

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

border-color css

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

 span { border-color: rgb(182,56,248); }

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