Html Css Color HEX #B25FDA Medium Orchid

📋 copy color: '#B25FDA'

red 178 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #B25FDA

Tints of Medium Orchid #B25FDA

RGB

 RED value IS 178 (69.92% from 255) = 36.25%

 GREEN value IS 95 (37.5% from 255) = 19.35%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 36.25%
G = 19.35%
B = 44.4%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B25FDA (or 0xB25FDA) is known color: Medium Orchid. HEX triplet: B2, 5F and DA. RGB value is (178,95,218). Sum of RGB (Red+Green+Blue) = 178+95+218=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B25FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FDA is #4DA025. Grayscale: #858585. Windows color (decimal): -5087270 or 14311346. OLE color: 14311346.

HSL color Cylindrical-coordinate representation of color #B25FDA: hue angle of 280.49º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B25FDA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 95 218 -
CMYK 0.18 0.56 0 0.15
HSL 280.49º 0.62% 0.61% -
HSV(B) 280.49º 0.56% 0.85% -
XYZ 35.11 22.71 68.86 -
YUV 133.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 178 95 218 0.18 0.56 0 0.15 280.49 0.62 0.61
Hex B2 5F DA 12 38 0 F 118 3E 3D
Octal 262 137 332 22 70 0 17 430 76 75
Binary 10110010 1011111 11011010 10010 111000 0 1111 100011000 111110 111101

Color Harmonies of #B25FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25FDA

Black with #B25FDA

Text Example


Text Example

White with #B25FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25FDA; }

 p { color: rgb(178,95,218); }

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

background-color css

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

 a { background-color: rgb(178,95,218); }

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

border-color css

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

 span { border-color: rgb(178,95,218); }

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